Explorar el Código

remove duplicated code

cyberta hace 4 años
padre
commit
efcdc77f7a
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      deltachat-ios/Controller/FullMessageViewController.swift

+ 0 - 2
deltachat-ios/Controller/FullMessageViewController.swift

@@ -75,8 +75,6 @@ class FullMessageViewController: WebViewViewController {
     }
 
     @objc func onceActionPressed(_ action: UIAlertAction) {
-        let configuration = self.webView.configuration
-        configuration.userContentController.removeAllContentRuleLists()
         loadUnrestricedHtml()
     }