Skip to content

Commit

Permalink
#647 remove comment on exit
Browse files Browse the repository at this point in the history
  • Loading branch information
pliablepixels committed Jun 29, 2018
1 parent def951b commit e80a739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.3.007" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget android-packageName="com.pliablepixels.zmninja_pro" id="com.pliablepixels.zmninjapro" ios-CFBundleIdentifier="com.pliablepixels.zmninja-pro" version="1.3.008" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>zmNinja</name>
<description>
High performance ZoneMinder client
Expand Down
2 changes: 1 addition & 1 deletion www/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -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...");
Expand Down

0 comments on commit e80a739

Please sign in to comment.