summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2008-07-20 14:19:32 +0000
committerJay Freeman (saurik) <saurik@saurik.com>2010-09-30 07:08:11 +0000
commitf9d1e9a0e6d987d713b7ee0b83ea262944115491 (patch)
tree555892713291b8580e14385dda93d73d7d7b3670 /Cydia.mm
parente64882de7837474aab0fd108a480b7ee2ead46a6 (diff)
I hate SpringBoard ;P.
Diffstat (limited to 'Cydia.mm')
-rw-r--r--Cydia.mm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Cydia.mm b/Cydia.mm
index 64ba78a..a9ad0dc 100644
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -5264,6 +5264,10 @@ Pcre conffile_r("^'(.*)' '(.*)' ([01]) ([01])$");
[hud_ removeFromSuperview];
[hud_ autorelease];
hud_ = nil;
+
+ reload_ = true;
+ [self suspendWithAnimation:YES];
+ return;
}
overlay_ = [[UIView alloc] initWithFrame:[underlay_ bounds]];