diff options
Diffstat (limited to 'www')
| -rwxr-xr-x | www/js/app.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 4548e47a..1b397556 100755 --- a/www/js/app.js +++ b/www/js/app.js @@ -1957,7 +1957,7 @@ angular.module('zmApp', [ if ($rootScope.platformOS == "android") { NVRDataModel.log(" force exiting app since its android"); - //navigator.app.exitApp(); + navigator.app.exitApp(); $timeout (function () { if (NVRDataModel.isBackground()) { NVRDataModel.log ("If this shows up, then the app did not exit..."); |
