diff --git a/more/app-more.js b/more/app-more.js index 9585517..becf5fc 100644 --- a/more/app-more.js +++ b/more/app-more.js @@ -95,10 +95,7 @@ function onScreenChanged(type, url) { - Appstatus = !Appstatus; - button.editProperties({ - isActive: Appstatus - }); + print("onScreenChanged:" + type + " | " + url); }