From 12d3d98ddb199e60891cfe6b07bcbc117c447134 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Thu, 10 Mar 2011 00:28:22 -0800 Subject: We have to unload BEFORE we get the viewWillAppear callback. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MobileCydia.mm') diff --git a/MobileCydia.mm b/MobileCydia.mm index ae07323..6784428 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 { -- cgit v1.2.3