Merge pull request #5 from ctrlaltdavid/fix-reload

Fix "More" app stopping and restarting
This commit is contained in:
kasenvr 2020-02-20 13:40:45 -05:00 committed by GitHub
commit 62908fd60e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}