From: Jay Freeman (saurik) Date: Sun, 20 Jul 2008 14:19:32 +0000 (+0000) Subject: I hate SpringBoard ;P. X-Git-Tag: v1.0.3366~411 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/f9d1e9a0e6d987d713b7ee0b83ea262944115491 I hate SpringBoard ;P. --- diff --git a/Cydia.mm b/Cydia.mm index 64ba78a1..a9ad0dcb 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]];