Browse Source

for now load files without additional filter rules

cyberta 3 years ago
parent
commit
1b5a038eb9
1 changed files with 1 additions and 1 deletions
  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()
     }