summaryrefslogtreecommitdiff
path: root/MobileCydia.mm
diff options
context:
space:
mode:
authorJay Freeman (saurik) <saurik@saurik.com>2011-03-26 02:08:21 -0700
committerJay Freeman (saurik) <saurik@saurik.com>2011-03-26 02:08:21 -0700
commitd69dbfc52fb69ef3e891052c92b2a0dd6bc9f35f (patch)
tree12c8179eace2bbb7e1c830dd1d60b740c73c0e12 /MobileCydia.mm
parent9aaebfec365992f934252b0b80fa4e870f6bb45f (diff)
Don't hold the Removing Essentials dialog over ProgressController.v1.1.0
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 25de2d8..d919a7f 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -4798,7 +4798,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
if (button == [alert cancelButtonIndex])
[self dismissModalViewControllerAnimated:YES];
else if (button == [alert firstOtherButtonIndex]) {
- [self complete];
+ [self performSelector:@selector(complete) withObject:nil afterDelay:0];
}
[alert dismissWithClickedButtonIndex:-1 animated:YES];