Ver código fonte

insert missing break for right presses

Tobias Conradi 9 anos atrás
pai
commit
5fdc2f26ee

+ 1 - 0
VLC for Apple TV/Playback/VLCFullscreenMovieTVViewController.m

@@ -341,6 +341,7 @@ typedef NS_ENUM(NSInteger, VLCPlayerScanState)
             break;
         case VLCSiriRemoteTouchLocationRight:
             [self jumpForward];
+            break;
         default:
             [self selectButtonPressed];
             break;