diff options
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]]; |