summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 131b23f9..7a624d5b 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -626,6 +626,9 @@ angular.module('zmApp', [
ZMDataModel.zmLog("App is going into background");
zmAutoLogin.stop();
+ if ($rootScope.zmPopup)
+ $rootScope.zmPopup.close();
+ //$ionicPopup.close();
}, false);