فهرست منبع

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;