From e248c37ed69833354a10947685443af4245574f7 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 3 Oct 2010 01:40:54 -0700 Subject: 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.) --- Cydia.mm | 2 -- 1 file changed, 2 deletions(-) (limited to 'Cydia.mm') diff --git a/Cydia.mm b/Cydia.mm index ba5cb32..042c501 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 { -- cgit v1.2.3