瀏覽代碼

VLCMovieViewController: remove double Navigationbar

Carola Nitz 7 年之前
父節點
當前提交
cc4c314c28
共有 1 個文件被更改,包括 0 次插入2 次删除
  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];