소스 검색

movie view: fix artifact on initial playback

Felix Paul Kühne 12 년 전
부모
커밋
c9c6ee871d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      AspenProject/VLCMovieViewController.m

+ 2 - 0
AspenProject/VLCMovieViewController.m

@@ -156,6 +156,8 @@
     if ([self hasExternalDisplay])
         [self showOnExternalDisplay];
 
+    self.trackNameLabel.text = self.artistNameLabel.text = self.albumNameLabel.text = @"";
+
     _movieView.userInteractionEnabled = NO;
     UITapGestureRecognizer *tapOnVideoRecognizer = [[UITapGestureRecognizer alloc] initWithTarget:self action:@selector(toggleControlsVisible)];
     tapOnVideoRecognizer.delegate = self;