Browse Source

VLCMovieViewController: remove double Navigationbar

Carola Nitz 7 years ago
parent
commit
cc4c314c28
1 changed files with 0 additions and 2 deletions
  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];