|
|
@@ -639,7 +639,12 @@
|
|
|
[self download_offline:true checkdiskspace:false];
|
|
|
// Restart any tasks that were paused (or not yet started) while the application was inactive. If the application was previously in the background, optionally refresh the user interface.
|
|
|
}
|
|
|
-
|
|
|
+-(void)applicationDidReceiveMemoryWarning:(UIApplication *)application
|
|
|
+{
|
|
|
+ NSLog(@"======================================");
|
|
|
+ NSLog(@"===== MEMORY WORRING ! ==========");
|
|
|
+ NSLog(@"======================================");
|
|
|
+}
|
|
|
- (void)applicationWillTerminate:(UIApplication *)application
|
|
|
{
|
|
|
// Called when the application is about to terminate. Save data if appropriate. See also applicationDidEnterBackground:.
|