Skip to content

Commit

Permalink
Fix the build
Browse files Browse the repository at this point in the history
  • Loading branch information
0nko committed Mar 10, 2025
1 parent c2949c5 commit 7bbd585
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ class TabSwitcherActivity : DuckDuckGoActivity(), TabSwitcherListener, Coroutine
tabsAdapter.updateSelection(it.mode)

updateToolbarTitle(it.mode)
updateTabGridItemDecorator(it.activeTab?.tabId)
updateTabGridItemDecorator(it.selectedTab?.tabId)

invalidateOptionsMenu()
}
Expand Down

0 comments on commit 7bbd585

Please sign in to comment.