From 24d92ccd65a6f7813847b0e2fd5bccadbdf89801 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Sun, 20 Feb 2011 04:40:20 -0800 Subject: [PATCH] The configuration alert is not dismissed. --- MobileCydia.mm | 2 ++ 1 file changed, 2 insertions(+) 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]; } } -- 2.50.0