From e248c37ed69833354a10947685443af4245574f7 Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Sun, 3 Oct 2010 01:40:54 -0700 Subject: [PATCH] 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(-) 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 { -- 2.47.2