summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Paul <chpwn@chpwn.com>2011-01-27 18:01:03 -0800
committerGrant Paul <chpwn@chpwn.com>2011-01-27 18:01:03 -0800
commit293c95d6e064c4ac092f5510e6015e637add11ae (patch)
tree6c0ac94606e23f9595ba6bda68f70be555b8e511
parent27afbbfcd7a2ba506ea0f95c562dea58904680b6 (diff)
Fix loading screen rotation.
-rw-r--r--MobileCydia.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/MobileCydia.mm b/MobileCydia.mm
index 4421211..849d3db 100644
--- a/MobileCydia.mm
+++ b/MobileCydia.mm
@@ -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];