Update source/Main.brs

This commit is contained in:
Nick Bisby 2020-02-17 16:13:20 -06:00 committed by GitHub
parent d54016cc85
commit 7b5ebc0fd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ sub Main()
print "CLOSING SCREEN"
return
else if isNodeEvent(msg, "backPressed")
if msg.getRoSGNode().focusedChild <> invalid and msg.getRoSGNode().focusedChild.isSubtype("JFVideo")
if msg.getRoSGNode().focusedChild <> invalid and msg.getRoSGNode().focusedChild.isSubtype("JFVideo")
stopPlayback()
end if
' Pop a group off the stack and expose what's below