File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
app/src/main/java/com/duckduckgo/app/browser Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,6 @@ import com.duckduckgo.common.utils.DispatcherProvider
6868import com.duckduckgo.common.utils.SingleLiveEvent
6969import com.duckduckgo.di.scopes.ActivityScope
7070import com.duckduckgo.di.scopes.AppScope
71- import com.duckduckgo.duckchat.api.DuckChat
7271import com.duckduckgo.feature.toggles.api.Toggle
7372import com.duckduckgo.feature.toggles.api.Toggle.DefaultFeatureValue
7473import kotlinx.coroutines.CoroutineScope
@@ -102,7 +101,6 @@ class BrowserViewModel @Inject constructor(
102101 private val showOnAppLaunchOptionHandler : ShowOnAppLaunchOptionHandler ,
103102 private val additionalDefaultBrowserPrompts : AdditionalDefaultBrowserPrompts ,
104103 private val swipingTabsFeature : SwipingTabsFeatureProvider ,
105- private val duckChat : DuckChat ,
106104) : ViewModel(), CoroutineScope {
107105
108106 override val coroutineContext: CoroutineContext
You can’t perform that action at this time.
0 commit comments