Fix dialog not closing upon script stop or restart

This commit is contained in:
David Rowe 2020-02-19 08:51:03 +13:00
parent b7e93e6615
commit 0aa94b0214

View file

@ -129,6 +129,7 @@
function cleanup() {
if (Appstatus) {
tablet.gotoHomeScreen();
tablet.webEventReceived.disconnect(onMoreAppWebEventReceived);
}
tablet.screenChanged.disconnect(onScreenChanged);