forked from organicmaps/organicmaps
[iOS] Remove memory warning catching in MapsAppDelegate. We catch it in MapVC.
This commit is contained in:
parent
a22b951b8d
commit
8a0210cc2c
1 changed files with 5 additions and 4 deletions
|
@ -133,10 +133,11 @@
|
|||
[UIApplication sharedApplication].networkActivityIndicatorVisible = YES;
|
||||
}
|
||||
|
||||
- (void)applicationDidReceiveMemoryWarning:(UIApplication *)application
|
||||
{
|
||||
NSLog(@"applicationDidReceiveMemoryWarning");
|
||||
}
|
||||
// We process memory warnings in MapsViewController
|
||||
//- (void)applicationDidReceiveMemoryWarning:(UIApplication *)application
|
||||
//{
|
||||
// NSLog(@"applicationDidReceiveMemoryWarning");
|
||||
//}
|
||||
|
||||
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue