diff options
author | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-20 04:40:20 -0800 |
---|---|---|
committer | Jay Freeman (saurik) <saurik@saurik.com> | 2011-02-20 04:50:14 -0800 |
commit | 24d92ccd65a6f7813847b0e2fd5bccadbdf89801 (patch) | |
tree | 25b17ff2c80556940a27dabead27822ba0fed661 /MobileCydia.mm | |
parent | ed637e66d7f4af4b8f81fc897f89a0775cb957f6 (diff) |
The configuration alert is not dismissed.
Diffstat (limited to 'MobileCydia.mm')
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index c7c9ab4..9711d12 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]; } } |