]> git.saurik.com Git - cydia.git/commitdiff
Fix loading screen rotation.
authorGrant Paul <chpwn@chpwn.com>
Fri, 28 Jan 2011 02:01:03 +0000 (18:01 -0800)
committerGrant Paul <chpwn@chpwn.com>
Fri, 28 Jan 2011 02:01:03 +0000 (18:01 -0800)
MobileCydia.mm

index 4421211fbca8dc73277353a1fc85c5407c1ac6c9..849d3db16f1eb5788d32c6ff0724bf1354a63a5f 100644 (file)
@@ -8918,7 +8918,6 @@ bool DepSubstrate(const pkgCache::VerIterator &iterator) {
     [tabbar_ setViewControllers:controllers];
 
     [tabbar_ setUpdateDelegate:self];
-    [window_ addSubview:[tabbar_ view]];
 }
 
 - (void)showEmulatedLoadingControllerInView:(UIView *)view {
@@ -9001,6 +9000,7 @@ _trace();
     [self reloadData];
     PrintTimes();
 
+    [window_ addSubview:[tabbar_ view]];
     [self showEmulatedLoadingControllerInView:nil];
     [window_ setUserInteractionEnabled:YES];