mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 12:02:22 +02:00
Merge pull request #5 from ctrlaltdavid/fix-reload
Fix "More" app stopping and restarting
This commit is contained in:
commit
62908fd60e
1 changed files with 4 additions and 1 deletions
|
@ -128,7 +128,10 @@
|
|||
|
||||
|
||||
function cleanup() {
|
||||
tablet.webEventReceived.disconnect(onMoreAppWebEventReceived);
|
||||
if (Appstatus) {
|
||||
tablet.gotoHomeScreen();
|
||||
tablet.webEventReceived.disconnect(onMoreAppWebEventReceived);
|
||||
}
|
||||
tablet.screenChanged.disconnect(onScreenChanged);
|
||||
tablet.removeButton(button);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue