summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm7
1 files changed, 3 insertions, 4 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index a1433db..6d6b321 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -5274,10 +5274,9 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
reload: {
UIProgressHUD *hud([delegate_ addProgressHUD]);
[hud setText:UCLocalize("LOADING")];
- [self yieldToSelector:@selector(reloadSpringBoard)];
- [delegate_ removeProgressHUD:hud];
- _trace();
- } break;
+ [self performSelector:@selector(reloadSpringBoard) withObject:nil afterDelay:0];
+ return;
+ }
case 4:
_trace();