diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-26 02:08:21 -0700 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-03-26 02:08:21 -0700 |
commit | d69dbfc52fb69ef3e891052c92b2a0dd6bc9f35f (patch) | |
tree | 12c8179eace2bbb7e1c830dd1d60b740c73c0e12 /MobileCydia.mm | |
parent | 9aaebfec365992f934252b0b80fa4e870f6bb45f (diff) |
Don't hold the Removing Essentials dialog over ProgressController.v1.1.0
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
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]; |