File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
java/com/duckduckgo/app/browser/omnibar Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -208,8 +208,10 @@ open class OmnibarLayout @JvmOverloads constructor(
208
208
Fade ().apply {
209
209
duration = 200
210
210
addTarget(clearTextButton)
211
+ addTarget(voiceSearchButton)
211
212
addTarget(fireIconMenu)
212
213
addTarget(tabsMenu)
214
+ addTarget(aiChatMenu)
213
215
addTarget(browserMenu)
214
216
},
215
217
)
@@ -551,7 +553,7 @@ open class OmnibarLayout @JvmOverloads constructor(
551
553
browserMenu.isVisible = viewState.showBrowserMenu
552
554
browserMenuHighlight.isVisible = viewState.showBrowserMenuHighlight
553
555
spacer.isVisible = viewState.showVoiceSearch || viewState.showClearButton
554
- aiChatMenu.isVisible = duckChat.showInAddressBar() && ( viewState.viewMode is NewTab || viewState.showChatMenu)
556
+ aiChatMenu.isVisible = duckChat.showInAddressBar() && viewState.viewMode is NewTab || ! viewState.showTabsMenu
555
557
toolbarContainer.requestLayout()
556
558
557
559
isInitialRender = false
Original file line number Diff line number Diff line change 188
188
android : imeOptions =" flagNoExtractUi|actionGo|flagNoPersonalizedLearning"
189
189
android : inputType =" textUri|textNoSuggestions"
190
190
android : maxLines =" 1"
191
- android : paddingStart =" 5dp"
192
191
android : selectAllOnFocus =" true"
193
192
android : textColor =" ?attr/daxColorPrimaryText"
194
193
android : textColorHighlight =" ?attr/daxOmnibarTextColorHighlight"
You can’t perform that action at this time.
0 commit comments