Sebastián Katzer 10 лет назад
Родитель
Сommit
db99b47528
1 измененных файлов с 0 добавлено и 13 удалено
  1. 0 13
      src/ios/APPLocalNotification.m

+ 0 - 13
src/ios/APPLocalNotification.m

@@ -530,20 +530,7 @@
     if ([event isEqualToString:@"click"] && ![notification isRepeating])
     {
         [self.app cancelLocalNotification:notification];
-
         [self fireEvent:@"cancel" notification:notification];
-        return;
-    }
-
-    if ([event isEqualToString:@"click"])
-        return;
-
-    timeInterval = [notification timeIntervalSinceFireDate];
-
-    if (timeInterval > 1 && [notification isRepeating])
-    {
-        [self fireEvent:@"fireUpdateEvent" notification:notification];
-        return;
     }
 }