]> git.saurik.com Git - cydia.git/blobdiff - MobileCydia.mm
Do not bother with 'Loading Changes...', a 0.12s step.
[cydia.git] / MobileCydia.mm
index 95eee35de457357187d93ed0e025270e76f3155d..2d861b140f197e5ce4164c62fd06497ea84d6f74 100644 (file)
@@ -7065,12 +7065,16 @@ freeing the view controllers on tab change */
 
     [sections_ removeAllObjects];
 
+#if 0
     UIProgressHUD *hud([delegate_ addProgressHUD]);
     // XXX: localize
     [hud setText:@"Loading Changes"];
     //NSLog(@"HUD:%@::%@", delegate_, hud);
     [self yieldToSelector:@selector(_reloadPackages:) withObject:packages];
     [delegate_ removeProgressHUD:hud];
+#else
+    [self _reloadPackages:packages];
+#endif
 
     Section *upgradable = [[[Section alloc] initWithName:UCLocalize("AVAILABLE_UPGRADES") localize:NO] autorelease];
     Section *ignored = [[[Section alloc] initWithName:UCLocalize("IGNORED_UPGRADES") localize:NO] autorelease];