From fce27fb4a96418c8e6404b366fa8da1f3186cadd Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Fri, 29 Jun 2018 10:15:23 -0400 Subject: #647 remove comment on exit --- www/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www/js/app.js') 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..."); -- cgit v1.2.3