فهرست منبع

insert missing break for right presses

Tobias Conradi 9 سال پیش
والد
کامیت
5fdc2f26ee
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      VLC for Apple TV/Playback/VLCFullscreenMovieTVViewController.m

+ 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;