From: Jay Freeman (saurik) Date: Mon, 14 Mar 2011 11:12:39 +0000 (-0700) Subject: Hold Reloading Data throughout entire operation. X-Git-Tag: v1.1.0%b7~8 X-Git-Url: https://git.saurik.com/cydia.git/commitdiff_plain/be64dfbf168a195d2c160f3aa39efa2c03b26c19 Hold Reloading Data throughout entire operation. --- diff --git a/MobileCydia.mm b/MobileCydia.mm index 0bd84783..9dc06196 100644 --- a/MobileCydia.mm +++ b/MobileCydia.mm @@ -9050,9 +9050,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { [database_ yieldToSelector:@selector(reloadDataWithInvocation:) withObject:invocation]; - if (hud != nil) - [self removeProgressHUD:hud]; - size_t changes(0); [essential_ removeAllObjects]; @@ -9084,6 +9081,9 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) { } [self _updateData]; + + if (hud != nil) + [self removeProgressHUD:hud]; } } - (void) updateData {