marinofaggiana 5 년 전
부모
커밋
bde5fe53ea
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      iOSClient/Main/NCDetailViewController.swift

+ 2 - 0
iOSClient/Main/NCDetailViewController.swift

@@ -580,6 +580,8 @@ class NCDetailViewController: UIViewController {
                     let richDocument = NCViewerRichdocument.init(frame: backgroundView.frame, configuration: WKWebViewConfiguration())
                     richDocument.viewRichDocumentAt(metadata.url, metadata: metadata, view: backgroundView, viewController: self)
                 }
+                
+                return
             }
         }