Browse Source

new view image

marinofaggiana 4 years ago
parent
commit
fbffb362ca
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/Viewer/NCViewerVideo/NCViewerVideo.swift

+ 1 - 0
iOSClient/Viewer/NCViewerVideo/NCViewerVideo.swift

@@ -54,6 +54,7 @@ class NCViewerVideo: UIViewController {
         let buttonMore = UIBarButtonItem.init(image: CCGraphics.changeThemingColorImage(UIImage(named: "more"), width: 50, height: 50, color: NCBrandColor.sharedInstance.textView), style: .plain, target: self, action: #selector(self.openMenuMore))
         navigationItem.rightBarButtonItem = buttonMore
         
+        navigationController?.setNavigationBarHidden(false, animated: true)
         navigationController?.navigationBar.prefersLargeTitles = true
         navigationItem.title = metadata.fileNameView