Преглед изворни кода

Change to 5 days and not 10 seconds

Sebastián Katzer пре 11 година
родитељ
комит
4096d418a4
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/ios/APPLocalNotification.m

+ 1 - 1
src/ios/APPLocalNotification.m

@@ -313,7 +313,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
  */
 - (void) onAppTerminate
 {
-    [self cancelAllNotificationsWhichAreOlderThen:10];
+    [self cancelAllNotificationsWhichAreOlderThen:432000];
 }
 
 /**