]> git.saurik.com Git - cydia.git/commitdiff
Hold Reloading Data throughout entire operation.
authorJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Mar 2011 11:12:39 +0000 (04:12 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Mon, 14 Mar 2011 12:09:12 +0000 (05:09 -0700)
MobileCydia.mm

index 0bd84783994872483065e771e275e01c15f27c8f..9dc06196e72b4db224a08fe8f301c9b077a4686f 100644 (file)
@@ -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 {