summaryrefslogtreecommitdiff
path: root/Cydia.mm
diff options
context:
space:
mode:
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]];