forked from organicmaps/organicmaps
[ios] @TODO make one centralized low memory warning callback
This commit is contained in:
parent
a3c3d6fb89
commit
dd112b7bf9
1 changed files with 5 additions and 0 deletions
|
@ -62,4 +62,9 @@
|
|||
[UIApplication sharedApplication].idleTimerDisabled = NO;
|
||||
}
|
||||
|
||||
- (void)applicationDidReceiveMemoryWarning:(UIApplication *)application
|
||||
{
|
||||
NSLog(@"applicationDidReceiveMemoryWarning");
|
||||
}
|
||||
|
||||
@end
|
||||
|
|
Loading…
Add table
Reference in a new issue