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/ContentScopeScriptsWebMessagingPlugin.kt
+6-10Lines changed: 6 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,6 @@ import com.squareup.moshi.Moshi
40
40
importjavax.inject.Inject
41
41
importkotlinx.coroutines.CoroutineScope
42
42
importkotlinx.coroutines.launch
43
-
importkotlinx.coroutines.runBlocking
44
43
importkotlinx.coroutines.withContext
45
44
importlogcat.LogPriority.ERROR
46
45
importlogcat.asLog
@@ -212,14 +211,9 @@ class ContentScopeScriptsWebMessagingPlugin @Inject constructor(
0 commit comments