소스 검색

VLCMovieViewController: pangesturerecognizer should never be disabled

(closes #258)

(cherry picked from commit 7c7fea096ea55093f3f1d4c90e141ef02c9e37cd)
Carola Nitz 7 년 전
부모
커밋
ec46e40678
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      Sources/VLCMovieViewController.m

+ 0 - 1
Sources/VLCMovieViewController.m

@@ -889,7 +889,6 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
     BOOL mediaHasProjection = [_vpc currentMediaIs360Video];
     _fov = mediaHasProjection ? DEFAULT_FOV : 0.f;
 
-    [_panRecognizer setEnabled:mediaHasProjection];
     [_swipeRecognizerUp setEnabled:!mediaHasProjection];
     [_swipeRecognizerDown setEnabled:!mediaHasProjection];
     [_swipeRecognizerLeft setEnabled:!mediaHasProjection];