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 ed217c1 commit b0a199fCopy full SHA for b0a199f
app/src/main/java/com/duckduckgo/app/browser/omnibar/OmnibarLayout.kt
@@ -696,7 +696,7 @@ open class OmnibarLayout @JvmOverloads constructor(
696
}
697
698
private fun renderHint(viewState: ViewState) {
699
- if (viewState.viewMode is NewTab && duckChat.showInAddressBar.value) {
+ if (!viewState.isVisualDesignExperimentEnabled && viewState.viewMode is NewTab && duckChat.showInAddressBar.value) {
700
omnibarTextInput.hint = context.getString(R.string.search)
701
} else {
702
omnibarTextInput.hint = context.getString(R.string.omnibarInputHint)
0 commit comments