From: Grant Paul Date: Sun, 3 Oct 2010 08:40:54 +0000 (-0700) Subject: Fixed crash when resigning active (call, lock screen, etc) -- the superclass does... X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/0172f9de7786290cdfe5b9cac4aedafe7065c2b7?ds=inline Fixed crash when resigning active (call, lock screen, etc) -- the superclass does not provide an implementation. (Crash was introduced in a previous commit, when I fixed the "hang on resuming after lockscreen" bug.) --- diff --git a/Cydia.mm b/Cydia.mm index ba5cb322..042c501f 100644 --- 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 {