Переглянути джерело

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];
 }
 
 /**