From f9d1e9a0e6d987d713b7ee0b83ea262944115491 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 20 Jul 2008 14:19:32 +0000 Subject: [PATCH] I hate SpringBoard ;P. --- Cydia.mm | 4 ++++ 1 file changed, 4 insertions(+) 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]]; -- 2.45.2