Browse Source

fixed title PDF

marinofaggiana 4 years ago
parent
commit
8f2157750a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      iOSClient/Main/NCDetailViewController.swift

+ 1 - 0
iOSClient/Main/NCDetailViewController.swift

@@ -436,6 +436,7 @@ class NCDetailViewController: UIViewController {
                 }
                     
                 viewerPDF.setupPdfView(filePath: URL(fileURLWithPath: filePath), view: backgroundView)
+                self.navigationController?.navigationBar.topItem?.title = self.metadata!.fileNameView
 
                 return
             }