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 4309b18 commit 2f89eeaCopy full SHA for 2f89eea
app/src/main/java/com/duckduckgo/app/browser/BrowserWebViewClient.kt
@@ -469,9 +469,9 @@ class BrowserWebViewClient @Inject constructor(
469
}
470
471
fun configureWebView(webView: DuckDuckGoWebView, callback: WebViewCompatMessageCallback) {
472
- addDocumentStartJavascriptPlugins.getPlugins().forEach { plugin ->
473
- plugin.addDocumentStartJavaScript(webView)
474
- }
+ addDocumentStartJavascriptPlugins.getPlugins().forEach { plugin ->
+ plugin.addDocumentStartJavaScript(webView)
+ }
475
476
webMessagingPlugins.getPlugins().forEach { plugin ->
477
plugin.register(callback, webView)
0 commit comments