From e4abd194a26931c741338af1b24aa3ced0153858 Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 5 Jul 2016 16:42:00 -0400 Subject: #278 - as it turns out iOS handling is the same Former-commit-id: 0d14501eefb0d4245c25d5603f3b6e54d44ac650 --- www/js/EventServer.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'www/js/EventServer.js') 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() { -- cgit v1.2.3