You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content-scope-scripts/content-scope-scripts-impl/src/main/java/com/duckduckgo/contentscopescripts/impl/messaging/WebViewCompatWebCompatMessagingPlugin.kt
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@ import com.squareup.moshi.Moshi
39
39
importjavax.inject.Inject
40
40
importkotlinx.coroutines.CoroutineScope
41
41
importkotlinx.coroutines.launch
42
-
importkotlinx.coroutines.runBlocking
43
42
importkotlinx.coroutines.withContext
44
43
importlogcat.LogPriority.ERROR
45
44
importlogcat.asLog
@@ -208,14 +207,9 @@ class WebViewCompatWebCompatMessagingPlugin @Inject constructor(
0 commit comments