We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca368cf commit 00ad962Copy full SHA for 00ad962
1 file changed
app/src/main/java/com/duckduckgo/app/browser/BrowserTabFragment.kt
@@ -3965,12 +3965,12 @@ class BrowserTabFragment :
3965
).findViewById<DuckDuckGoWebView>(R.id.browserWebView)
3966
3967
webView?.let {
3968
+ webViewProfileBinder.bind(it, browserMode)
3969
+
3970
it.webViewClient = webViewClient
3971
it.webChromeClient = webChromeClient
3972
it.clearSslPreferences()
3973
- webViewProfileBinder.bind(it, browserMode)
-
3974
it.settings.apply {
3975
clientBrandHintProvider.setDefault(this)
3976
webViewClient.clientProvider = clientBrandHintProvider
0 commit comments