diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2008-07-20 14:19:32 +0000 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2010-09-30 07:08:11 +0000 |
commit | f9d1e9a0e6d987d713b7ee0b83ea262944115491 (patch) | |
tree | 555892713291b8580e14385dda93d73d7d7b3670 /Cydia.mm | |
parent | e64882de7837474aab0fd108a480b7ee2ead46a6 (diff) |
I hate SpringBoard ;P.
Diffstat (limited to 'Cydia.mm')
-rw-r--r-- | Cydia.mm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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]]; |