Explorar el Código

movie view: fix artifact on initial playback

Felix Paul Kühne hace 12 años
padre
commit
c9c6ee871d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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;