diff options
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]; } } |