]> git.saurik.com Git - cydia.git/commitdiff
Fix changes badge on first refresh.
authorGrant Paul <chpwn@chpwn.com>
Sun, 23 Jan 2011 00:57:18 +0000 (16:57 -0800)
committerGrant Paul <chpwn@chpwn.com>
Sun, 23 Jan 2011 00:57:18 +0000 (16:57 -0800)
MobileCydia.mm

index e548e9be07432cf0a140a642df1a24bdc83a5eca..9bcfd680ccece0f91f208e947ee104ee05cc13ef 100644 (file)
@@ -9029,6 +9029,7 @@ _trace();
     database_ = [Database sharedInstance];
 
     [window_ setUserInteractionEnabled:NO];
+    [self setupViewControllers];
     [self showEmulatedLoadingControllerInView:window_];
 
     [self performSelector:@selector(loadData) withObject:nil afterDelay:0];
@@ -9045,7 +9046,6 @@ _trace();
     [self reloadData];
     PrintTimes();
 
-    [self setupViewControllers];
     [self showEmulatedLoadingControllerInView:nil];
     [window_ setUserInteractionEnabled:YES];