summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2010-10-03 01:40:54 -0700
committerJay Freeman <saurik@Jay-Freemans-MacBook-Pro.local>2010-10-04 00:12:22 -0700
commite248c37ed69833354a10947685443af4245574f7 (patch)
tree8378a063cd1f7951c3d7ab2f825d275905cc0efa
parent2bdd73bd2a0e988a2148f12f676f8f71f43c7b55 (diff)
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.)
-rw-r--r--Cydia.mm2
1 files changed, 0 insertions, 2 deletions
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 {