Quellcode durchsuchen

remove duplicated code

cyberta vor 4 Jahren
Ursprung
Commit
efcdc77f7a
1 geänderte Dateien mit 0 neuen und 2 gelöschten Zeilen
  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()
     }