Explorar el Código

VLCMovieViewController: pangesturerecognizer should never be disabled

(closes #258)

(cherry picked from commit 7c7fea096ea55093f3f1d4c90e141ef02c9e37cd)
Carola Nitz hace 7 años
padre
commit
ec46e40678
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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];