We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5397afc commit 1653bd1Copy full SHA for 1653bd1
duckchat/duckchat-impl/src/main/java/com/duckduckgo/duckchat/impl/inputscreen/ui/InputScreenFragment.kt
@@ -235,7 +235,8 @@ class InputScreenFragment : DuckDuckGoFragment(R.layout.fragment_input_screen) {
235
}
236
viewModel.visibilityState.onEach {
237
binding.actionVoice.isInvisible = !it.voiceInputButtonVisible
238
- binding.actionForceWebSearch.isVisible = it.forceWebSearchButtonVisible
+ // TODO: Uncomment when button is implemented
239
+ // binding.actionForceWebSearch.isVisible = it.forceWebSearchButtonVisible
240
}.launchIn(lifecycleScope)
241
242
0 commit comments