mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-06 01:02:34 +02:00
Fix dialog not closing upon script stop or restart
This commit is contained in:
parent
b7e93e6615
commit
0aa94b0214
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@
|
|||
|
||||
function cleanup() {
|
||||
if (Appstatus) {
|
||||
tablet.gotoHomeScreen();
|
||||
tablet.webEventReceived.disconnect(onMoreAppWebEventReceived);
|
||||
}
|
||||
tablet.screenChanged.disconnect(onScreenChanged);
|
||||
|
|
Loading…
Reference in a new issue