Explorar el Código

VLCMovieViewController: remove double Navigationbar

Carola Nitz hace 7 años
padre
commit
cc4c314c28
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      Sources/VLCMovieViewController.m

+ 0 - 2
Sources/VLCMovieViewController.m

@@ -396,8 +396,6 @@ typedef NS_ENUM(NSInteger, VLCPanType) {
     _vpc.delegate = self;
     [_vpc recoverPlaybackState];
 
-    [self setupNavigationbar];
-
     self.navigationController.navigationBar.barStyle = UIBarStyleBlack;
     self.navigationController.navigationBar.tintColor = [UIColor whiteColor];
     [self setupNavigationbar];