Ver Fonte

fix pdfView (no largetitle)

Signed-off-by: Marino Faggiana <marino@marinofaggiana.com>
Marino Faggiana há 2 anos atrás
pai
commit
80c1c668bc
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift

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

@@ -71,6 +71,7 @@ class NCViewerPDF: UIViewController, NCViewerPDFSearchDelegate {
         }
         view.backgroundColor = defaultBackgroundColor
 
+        navigationController?.navigationBar.prefersLargeTitles = false
         navigationItem.rightBarButtonItem = UIBarButtonItem(image: UIImage(named: "more")!.image(color: NCBrandColor.shared.label, size: 25), style: .plain, target: self, action: #selector(self.openMenuMore))
         navigationItem.title = metadata.fileNameView