Skip to content

Commit

Permalink
Bug 1883065 - Fix tab strip visibility issue on custom tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
rahulsainani authored and mergify[bot] committed Mar 5, 2024
1 parent bcf04cb commit a4cdc17
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1626,7 +1626,7 @@ abstract class BaseBrowserFragment :
initializeEngineView(toolbarHeight)
browserToolbarView.expand()
}
if (requireContext().settings().isTabletAndTabStripEnabled) {
if (customTabSessionId == null && requireContext().settings().isTabletAndTabStripEnabled) {
binding.tabStripView.isVisible = true
}
}
Expand Down

0 comments on commit a4cdc17

Please sign in to comment.