浏览代码

VLCMovieViewController: Hide artworkImageView when out of external screen

Soomin Lee 5 年之前
父节点
当前提交
1c77ef2ef1
共有 1 个文件被更改,包括 1 次插入0 次删除
  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;
     }
 }