Ver código fonte

VLCMovieViewController: Hide artworkImageView when out of external screen

Soomin Lee 5 anos atrás
pai
commit
1c77ef2ef1
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      Sources/VLCMovieViewController.m

+ 1 - 0
Sources/VLCMovieViewController.m

@@ -1951,6 +1951,7 @@ currentMediaHasTrackToChooseFrom:(BOOL)currentMediaHasTrackToChooseFrom
         [self.view addSubview:_movieView];
         [self.view sendSubviewToBack:_movieView];
         _movieView.frame = self.view.frame;
+        _artworkImageView.hidden = !_audioOnly;
     }
 }