Commit 4096d418 by Sebastián Katzer

Change to 5 days and not 10 seconds

parent d618a13f
...@@ -313,7 +313,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION"; ...@@ -313,7 +313,7 @@ NSString *const kAPP_LOCALNOTIFICATION = @"APP_LOCALNOTIFICATION";
*/ */
- (void) onAppTerminate - (void) onAppTerminate
{ {
[self cancelAllNotificationsWhichAreOlderThen:10]; [self cancelAllNotificationsWhichAreOlderThen:432000];
} }
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment