Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files

Small fix

  • Loading branch information
Tim Palade committed Apr 16, 2018
1 parent 7763558 commit 2c540bb08e56c2bdcb5a1ad55fa4dc147e6e92bb
Showing with 1 addition and 1 deletion.
  1. +1 −1 Cliqz/Extensions/TabExtension.swift
@@ -53,7 +53,7 @@ extension Tab {
webView.configuration.userContentController.removeAllContentRuleLists()
lists.forEach(webView.configuration.userContentController.add)
debugPrint("WebView added blocklists")
self.reload()
webView.reload()
}
}
})

0 comments on commit 2c540bb

Please sign in to comment.