]> git.saurik.com Git - cydia.git/commitdiff
We have to unload BEFORE we get the viewWillAppear callback.
authorJay Freeman (saurik) <saurik@saurik.com>
Thu, 10 Mar 2011 08:28:22 +0000 (00:28 -0800)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 10 Mar 2011 08:28:22 +0000 (00:28 -0800)
MobileCydia.mm

index ae0732335cc414e9087aa1abe15595254de9ada1..6784428ef6fd59a85ea4c83409096f2e7d27777c 100644 (file)
@@ -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 {