소스 검색

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