Jeff Boek 5 years ago committed by Tiger Oakes
parent 1249b4a5ca
commit 16d3a71d3d

@ -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