]> git.saurik.com Git - cydia.git/commitdiff
more rotation fixes: remove rotation info from UCViewController, and let the HUDs...
authorGrant Paul <chpwn@chpwn.com>
Thu, 23 Sep 2010 04:43:06 +0000 (21:43 -0700)
committerJay Freeman (saurik) <saurik@saurik.com>
Thu, 30 Sep 2010 10:42:38 +0000 (10:42 +0000)
Cydia.mm
UICaboodle/RVPage.mm

index 269446516f86a841a04aa28c1282adb6b2871a62..7bbc68fb1ebfcc792fa1af534aa09cea84a980dd 100644 (file)
--- a/Cydia.mm
+++ b/Cydia.mm
@@ -8270,7 +8270,7 @@ static _finline void _setHomePage(Cydia *self) {
 
     [window_ setUserInteractionEnabled:NO];
     [hud show:YES];
-    [window_ addSubview:hud];
+    [[container_ view] addSubview:hud];
     return hud;
 }
 
index 932b45ee4ba30a480b094574bd88507e902e9fa1..aecf0d3bcdcd53c3887523b3170fb10b188715d1 100644 (file)
@@ -9,9 +9,6 @@
 - (void)setDelegate:(id)delegate {
        delegate_ = delegate;
 }
-- (BOOL) shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)orientation {
-       return NO; /* XXX: return YES; */
-}
 - (void) reloadData {
 }
-@end
+@end
\ No newline at end of file