@@ -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