From 293c95d6e064c4ac092f5510e6015e637add11ae Mon Sep 17 00:00:00 2001 From: Grant Paul Date: Thu, 27 Jan 2011 18:01:03 -0800 Subject: Fix loading screen rotation. --- MobileCydia.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]; -- cgit v1.2.3