]> git.saurik.com Git - cydia.git/commitdiff
Fixed crash when resigning active (call, lock screen, etc) -- the superclass does...
authorGrant Paul <chpwn@chpwn.com>
Sun, 3 Oct 2010 08:40:54 +0000 (01:40 -0700)
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>
Mon, 4 Oct 2010 07:12:22 +0000 (00:12 -0700)
Cydia.mm

index ba5cb322e2b0adb4cb99250725b6055b3515857a..042c501fa172b447612c9c76b3190f587a5b20e3 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8528,8 +8528,6 @@ static _finline void _setHomePage(Cydia *self) {
 - (void) applicationWillResignActive:(UIApplication *)application {
     // Stop refreshing if you get a phone call or lock the device.
     if ([container_ updating]) [container_ cancelUpdate];
-    
-    [super applicationWillResignActive:application];
 }
 
 - (void) applicationDidFinishLaunching:(id)unused {