From: Jay Freeman (saurik) Date: Thu, 10 Mar 2011 08:28:22 +0000 (-0800) Subject: We have to unload BEFORE we get the viewWillAppear callback. X-Git-Tag: v1.1.0%b4~7 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/12d3d98ddb199e60891cfe6b07bcbc117c447134?ds=inline We have to unload BEFORE we get the viewWillAppear callback. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index ae073233..6784428e 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -4667,8 +4667,8 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } - (void) _doContinue { - [self dismissModalViewControllerAnimated:YES]; [delegate_ cancelAndClear:NO]; + [self dismissModalViewControllerAnimated:YES]; } - (id) invokeDefaultMethodWithArguments:(NSArray *)args {