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 f3254b1 commit 3a8cf2dCopy full SHA for 3a8cf2d
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