From be64dfbf168a195d2c160f3aa39efa2c03b26c19 Mon Sep 17 00:00:00 2001 From: "Jay Freeman (saurik)" Date: Mon, 14 Mar 2011 04:12:39 -0700 Subject: [PATCH] Hold Reloading Data throughout entire operation. --- MobileCydia.mm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 { -- 2.50.0