Browse Source

fixed title PDF

marinofaggiana 4 năm trước cách đây
mục cha
commit
8f2157750a
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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
             }