]> git.saurik.com Git - cydia.git/commitdiff
The configuration alert is not dismissed.
authorJay Freeman (saurik) <saurik@saurik.com>
Sun, 20 Feb 2011 12:40:20 +0000 (04:40 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Sun, 20 Feb 2011 12:50:14 +0000 (04:50 -0800)
MobileCydia.mm

index c7c9ab495080abeabe05f55641d0faad2834caed..9711d12ac9a9d31f09f05cf05355cf86e075bb06 100644 (file)
@@ -4931,6 +4931,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
         else if (button == [alert firstOtherButtonIndex])
             fprintf(input, "Y\n");
         fflush(input);
+
+        [alert dismissWithClickedButtonIndex:-1 animated:YES];
     }
 }