diff options
| -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() { |
