소스 검색

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