浏览代码

Player: fix typo in autorotation method(iOS5.x)

Gleb Pinigin 12 年之前
父节点
当前提交
1b1cc5243c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      AspenProject/VLCMovieViewController.m

+ 1 - 1
AspenProject/VLCMovieViewController.m

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