Skip to content

Commit

Permalink
remove spinner when calling scenemanger.popScene()
Browse files Browse the repository at this point in the history
  • Loading branch information
cewert committed Dec 4, 2023
1 parent edfb820 commit 1e4a404
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/data/SceneManager.bs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import "pkg:/source/roku_modules/log/LogMixin.brs"
import "pkg:/source/utils/misc.bs"

sub init()
m.log = log.Logger("SceneManager")
Expand Down Expand Up @@ -120,7 +121,7 @@ sub popScene()
' Exit app if the stack is empty after removing group
m.scene.exit = true
end if

stopLoadingSpinner()
end sub


Expand Down

0 comments on commit 1e4a404

Please sign in to comment.