For #5334 - Override custom tab styling in private mode (#7305)

fennec/nightly
Jeff Boek 5 years ago committed by Tiger Oakes
parent a40af5b134
commit 740572b6d9

@ -70,6 +70,10 @@ class CustomTabsIntegration(
// If in private mode, override toolbar background to use private color
// See #5334
if (isPrivate) {
sessionManager.findSessionById(sessionId)?.apply {
customTabConfig = customTabConfig?.copy(toolbarColor = null)
}
toolbar.background = AppCompatResources.getDrawable(
activity,
R.drawable.toolbar_background

Loading…
Cancel
Save