Explorar el Código

for now load files without additional filter rules

cyberta hace 3 años
padre
commit
1b5a038eb9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      deltachat-ios/Controller/WebxdcViewController.swift

+ 1 - 1
deltachat-ios/Controller/WebxdcViewController.swift

@@ -87,7 +87,7 @@ class WebxdcViewController: WebViewViewController {
 
     override func viewWillAppear(_ animated: Bool) {
         super.viewWillAppear(animated)
-        loadRestrictedHtml()
+        loadHtml()
     }