Skip to content

Commit 69f6484

Browse files
committed
Revert the change
1 parent f213834 commit 69f6484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/java/com/duckduckgo/app/browser/omnibar/LegacyOmnibarLayout.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@ open class LegacyOmnibarLayout @JvmOverloads constructor(
654654
tabsMenu.isVisible = newTransitionState.showTabsMenu
655655
fireIconMenu.isVisible = newTransitionState.showFireIcon
656656
browserMenu.isVisible = newTransitionState.showBrowserMenu
657-
browserMenuHighlight.isVisible = viewState.showBrowserMenuHighlight
657+
browserMenuHighlight.isVisible = newTransitionState.showBrowserMenuHighlight
658658
aiChatMenu?.isVisible = newTransitionState.showChatMenu
659659
aiChatDivider.isVisible = (viewState.showVoiceSearch || viewState.showClearButton) && viewState.showChatMenu
660660

0 commit comments

Comments
 (0)