Browse Source

VLCMovieViewController: pangesturerecognizer should never be disabled

(closes #258)

(cherry picked from commit 7c7fea096ea55093f3f1d4c90e141ef02c9e37cd)
Carola Nitz 7 years ago
parent
commit
ec46e40678
1 changed files with 0 additions and 1 deletions
  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];