Sfoglia il codice sorgente

VLCMovieViewController: Hide artworkImageView when out of external screen

Soomin Lee 5 anni fa
parent
commit
1c77ef2ef1
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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;
     }
 }