]> git.saurik.com Git - cydia.git/commitdiff
Safe cancel of bad confirm should continue queue.
authorJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Oct 2014 06:30:51 +0000 (23:30 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Wed, 29 Oct 2014 06:30:51 +0000 (23:30 -0700)
MobileCydia.mm

index 5684acdd9716923a1f26e4023c76cd95c41741ba..556f7fe3f0a866450d924377ea8f61d87f7dbed4 100644 (file)
@@ -5114,7 +5114,7 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
 
     if ([context isEqualToString:@"remove"]) {
         if (button == [alert cancelButtonIndex])
-            [self dismissModalViewControllerAnimated:YES];
+            [self _doContinue];
         else if (button == [alert firstOtherButtonIndex]) {
             [self performSelector:@selector(complete) withObject:nil afterDelay:0];
         }