For #20579: Fix the normal browing tab re-used unexpectedly when open links in private tab enabled or same tab is already avaialble in normal browsing mode

This commit is contained in:
Rohan Maity 2021-09-05 15:24:22 +05:30 committed by mergify[bot]
parent f41857e5e7
commit a77091dc5b

View File

@ -1033,10 +1033,6 @@ abstract class BaseBrowserFragment :
components.useCases.sessionUseCases.reload()
}
hideToolbar()
components.core.store.state.findTabOrCustomTabOrSelectedTab(customTabSessionId)?.let {
updateThemeForSession(it)
}
}
@CallSuper