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)
-     }
-}