Merge pull request #822 from 1hitsong/stop-channel-load-onBack
Stop load channel task on back press
This commit is contained in:
commit
dc4c76efbb
|
@ -288,6 +288,7 @@ function onKeyEvent(key as string, press as boolean) as boolean
|
|||
gridGrp.setFocus(true)
|
||||
return true
|
||||
else if key = "back"
|
||||
m.LoadChannelsTask.control = "stop"
|
||||
m.global.sceneManager.callFunc("popScene")
|
||||
return true
|
||||
end if
|
||||
|
|
Loading…
Reference in New Issue
Block a user