瀏覽代碼

Remove obsolete code

Sebastián Katzer 10 年之前
父節點
當前提交
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;
     }
 }