marinofaggiana 5 năm trước cách đây
mục cha
commit
d454b5a3c4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      iOSClient/Text/NCText.swift

+ 1 - 1
iOSClient/Text/NCText.swift

@@ -112,7 +112,7 @@ class NCText: UIViewController, UITextViewDelegate {
         
         if appDelegate.activeDetail != nil && appDelegate.activeDetail.backgroundView.subviews.first != nil {
             if appDelegate.activeDetail.backgroundView.subviews.first is WKWebView {
-                appDelegate.activeDetail.viewFile(metadata: metadata!, selector: nil)
+                appDelegate.activeDetail.viewUnload()
             }
         }
     }