diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-05 16:42:00 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-07-05 16:42:00 -0400 |
| commit | e4abd194a26931c741338af1b24aa3ced0153858 (patch) | |
| tree | 484156fb9f72dc310912c4e279ce6bf770f23231 /www/js/EventServer.js | |
| parent | 046aad8c49eaa30b699a10c53d80baed94182b41 (diff) | |
#278 - as it turns out iOS handling is the same
Former-commit-id: 0d14501eefb0d4245c25d5603f3b6e54d44ac650
Diffstat (limited to 'www/js/EventServer.js')
| -rw-r--r-- | www/js/EventServer.js | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/www/js/EventServer.js b/www/js/EventServer.js index 2f8d643d..1c214770 100644 --- a/www/js/EventServer.js +++ b/www/js/EventServer.js @@ -441,11 +441,7 @@ angular.module('zmApp.controllers') if ($rootScope.platformOS == 'ios') { - if ($rootScope.tappedMid != 0) - { - ZMDataModel.zmDebug("iOS Push: tapped Notification not supported, YET"); - $rootScope.tappedMid = 0; - } + ZMDataModel.zmDebug ("iOS only: clearing background push"); push.finish(function() { |
