Code adjustments

This commit is contained in:
Alezia Kurdis 2022-07-14 21:24:35 -04:00 committed by GitHub
parent 8d76dbdf1f
commit 8897e0ed4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -108,7 +108,7 @@
}
function onScreenChanged(type, url) {
if (type == "Web" && url.indexOf(APP_URL) != -1) {
if (type === "Web" && url.indexOf(APP_URL) !== -1) {
appStatus = true;
} else {
appStatus = false;