diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-24 09:08:38 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-10-24 09:08:38 -0400 |
| commit | ace5d4867eb60af072eb6cdea76523ff52d4c23a (patch) | |
| tree | ce216440c38e06789c1d3053c3fb2c21017ff85a | |
| parent | faed9d0918f1ab4753c72674fbe0097b3a6c7c82 (diff) | |
dont fall through to android specific code
| -rw-r--r-- | www/js/MonitorModalCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/MonitorModalCtrl.js b/www/js/MonitorModalCtrl.js index 5268b19d..cff63da1 100644 --- a/www/js/MonitorModalCtrl.js +++ b/www/js/MonitorModalCtrl.js @@ -766,6 +766,7 @@ angular.module('zmApp.controllers').controller('MonitorModalCtrl', ['$scope', '$ if ($rootScope.platformOS != 'android') { saveImageToPhone(mid); + return; } |
