From: Jay Freeman (saurik) Date: Sun, 20 Feb 2011 12:40:20 +0000 (-0800) Subject: The configuration alert is not dismissed. X-Git-Tag: v1.1.0%b1~273 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/24d92ccd65a6f7813847b0e2fd5bccadbdf89801 The configuration alert is not dismissed. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index c7c9ab49..9711d12a 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -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]; } }