marinofaggiana 5 년 전
부모
커밋
a82cca25a1
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      iOSClient/Viewer/NCViewerRichdocument.swift

+ 1 - 1
iOSClient/Viewer/NCViewerRichdocument.swift

@@ -112,7 +112,7 @@ class NCViewerRichdocument: WKWebView, WKNavigationDelegate, WKScriptMessageHand
             }
             
             if message.body as? String == "share" {
-                appDelegate.activeMain.openShare(with: self.detail.metadataDetail)
+                appDelegate.activeMain.openShare(with: metadata)
             }
             
             if let param = message.body as? Dictionary<AnyHashable,Any> {