summaryrefslogtreecommitdiff
path: root/www/js/EventCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/EventCtrl.js')
-rw-r--r--www/js/EventCtrl.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js
index 3027de01..a6e89d6c 100644
--- a/www/js/EventCtrl.js
+++ b/www/js/EventCtrl.js
@@ -2482,7 +2482,7 @@ angular.module('zmApp.controllers')
});
// also clear bells
$rootScope.alarmCount = "0";
- $rootScope.isAlarm = !$rootScope.isAlarm;
+ $rootScope.isAlarm = 0;
// reset badge count
if (window.FirebasePlugin && $rootScope.platformOS == 'ios') {