File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
js-messaging/js-messaging-impl/src/main/java/com/duckduckgo/js/messaging/impl Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import androidx.webkit.JavaScriptReplyProxy
25
25
import com.duckduckgo.app.di.AppCoroutineScope
26
26
import com.duckduckgo.browser.api.webviewcompat.WebViewCompatWrapper
27
27
import com.duckduckgo.common.utils.DispatcherProvider
28
- import com.duckduckgo.di.scopes.FragmentScope
28
+ import com.duckduckgo.di.scopes.AppScope
29
29
import com.duckduckgo.js.messaging.api.JsCallbackData
30
30
import com.duckduckgo.js.messaging.api.JsMessage
31
31
import com.duckduckgo.js.messaging.api.ProcessResult.SendResponse
@@ -46,7 +46,7 @@ import logcat.asLog
46
46
import logcat.logcat
47
47
import org.json.JSONObject
48
48
49
- @ContributesBinding(FragmentScope ::class )
49
+ @ContributesBinding(AppScope ::class )
50
50
class RealWebMessagingDelegate @Inject constructor(
51
51
private val webViewCompatWrapper : WebViewCompatWrapper ,
52
52
) : WebMessagingPluginDelegate {
You can’t perform that action at this time.
0 commit comments