Quellcode durchsuchen

VLCMovieViewController: remove double Navigationbar

Carola Nitz vor 7 Jahren
Ursprung
Commit
cc4c314c28
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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];