There was a disconnection happening at opening of any app.
Now it disconnect only for that specific app.
This commit is contained in:
Alezia Kurdis 2023-01-14 15:11:38 -05:00 committed by GitHub
parent 14440c5331
commit 991c7a9a09
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -114,7 +114,9 @@
Script.update.connect(myTimer);
} else {
appStatus = false;
Script.update.disconnect(myTimer);
if (url.indexOf(APP_URL) !== -1) {
Script.update.disconnect(myTimer);
}
}
if (flashLightID === Uuid.NULL) {