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 9f32f38 commit d7dd418Copy full SHA for d7dd418
app/src/main/java/com/duckduckgo/app/browser/omnibar/LegacyOmnibarLayout.kt
@@ -654,7 +654,7 @@ open class LegacyOmnibarLayout @JvmOverloads constructor(
654
tabsMenu.isVisible = newTransitionState.showTabsMenu
655
fireIconMenu.isVisible = newTransitionState.showFireIcon
656
browserMenu.isVisible = newTransitionState.showBrowserMenu
657
- browserMenuHighlight.isVisible = viewState.showBrowserMenuHighlight
+ browserMenuHighlight.isVisible = newTransitionState.showBrowserMenuHighlight
658
aiChatMenu?.isVisible = newTransitionState.showChatMenu
659
aiChatDivider.isVisible = (viewState.showVoiceSearch || viewState.showClearButton) && viewState.showChatMenu
660
0 commit comments