marinofaggiana 4 年之前
父节点
当前提交
42fcdd73f9
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      iOSClient/Viewer/NCViewerPDF/NCViewerPDF.swift

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

@@ -239,10 +239,3 @@ class NCViewerPDF: UIViewController, NCViewerPDFSearchDelegate {
         pdfView.go(to: pdfSelection)
     }
 }
-
-extension NCViewerPDF : UINavigationControllerDelegate {
-
-    override func willMove(toParent parent: UIViewController?) {
-        super.willMove(toParent: parent)
-     }
-}