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 @@ -23,7 +23,7 @@ import androidx.webkit.JavaScriptReplyProxy
23
23
import com.duckduckgo.app.di.AppCoroutineScope
24
24
import com.duckduckgo.browser.api.webviewcompat.WebViewCompatWrapper
25
25
import com.duckduckgo.common.utils.DispatcherProvider
26
- import com.duckduckgo.di.scopes.FragmentScope
26
+ import com.duckduckgo.di.scopes.AppScope
27
27
import com.duckduckgo.js.messaging.api.JsCallbackData
28
28
import com.duckduckgo.js.messaging.api.JsMessage
29
29
import com.duckduckgo.js.messaging.api.ProcessResult.SendResponse
@@ -45,7 +45,7 @@ import logcat.asLog
45
45
import logcat.logcat
46
46
import org.json.JSONObject
47
47
48
- @ContributesBinding(FragmentScope ::class )
48
+ @ContributesBinding(AppScope ::class )
49
49
class RealWebMessagingDelegate @Inject constructor(
50
50
private val webViewCompatWrapper : WebViewCompatWrapper ,
51
51
private val dispatcherProvider : DispatcherProvider ,
You can’t perform that action at this time.
0 commit comments