Kaynağa Gözat

movie view: fix incorrect repeat button state on repeated playback

Felix Paul Kühne 9 yıl önce
ebeveyn
işleme
338080671d
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      Sources/VLCMovieViewController.m

+ 1 - 0
Sources/VLCMovieViewController.m

@@ -425,6 +425,7 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
     [vpc recoverDisplayedMetadata];
     vpc.videoOutputView = nil;
     vpc.videoOutputView = self.movieView;
+    _multiSelectionView.repeatMode = vpc.repeatMode;
 }
 
 - (void)viewDidLayoutSubviews