Skip to content

Commit

Permalink
Clean up existing code
Browse files Browse the repository at this point in the history
  • Loading branch information
1hitsong committed Oct 22, 2023
1 parent 0f93315 commit b98e558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/data/SceneManager.brs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ sub popScene()

group.visible = false

if groupType = "JFScreen" or LCase(groupType) = "movielibraryview"
if LCase(groupType) = "jfscreen" or LCase(groupType) = "movielibraryview"
group.callFunc("OnScreenHidden")
end if
else
Expand Down

0 comments on commit b98e558

Please sign in to comment.