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