From 02069dafaa648072612dcd8afbc4e79f8096d435 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Tue, 28 Oct 2014 23:30:51 -0700 Subject: [PATCH] Safe cancel of bad confirm should continue queue. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileCydia.mm b/MobileCydia.mm index 5684acdd..556f7fe3 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -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]; } -- 2.47.2