|
@@ -649,7 +649,7 @@
|
|
|
|
|
|
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation {
|
|
|
return UI_USER_INTERFACE_IDIOM() == UIUserInterfaceIdiomPad
|
|
|
- || toInterfaceOrientation != UIInterfaceOrientationMaskPortraitUpsideDown;
|
|
|
+ || toInterfaceOrientation != UIInterfaceOrientationPortraitUpsideDown;
|
|
|
}
|
|
|
|
|
|
#pragma mark - External Display
|