marinofaggiana hace 5 años
padre
commit
d454b5a3c4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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()
             }
         }
     }