diff options
-rw-r--r-- | MobileCydia.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm index 2713183..f9c7e38 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -5014,8 +5014,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { #endif - (void) cancelButtonClicked { - [self dismissModalViewControllerAnimated:YES]; [delegate_ cancelAndClear:YES]; + [self dismissModalViewControllerAnimated:YES]; } #if !AlwaysReload |