Jelajahi Sumber

remove duplicated code

cyberta 4 tahun lalu
induk
melakukan
efcdc77f7a
1 mengubah file dengan 0 tambahan dan 2 penghapusan
  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()
     }