Loading mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/ToolbarIntegration.kt +2 −1 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ abstract class ToolbarIntegration( urlRenderConfiguration = ToolbarFeature.UrlRenderConfiguration( context.components.publicSuffixList, context.getColorFromAttr(R.attr.textPrimary), context.getColorFromAttr(R.attr.textSecondary), renderStyle = renderStyle, ), ) Loading Loading @@ -140,7 +141,7 @@ class DefaultToolbarIntegration( interactor = interactor, customTabId = customTabId, isPrivate = isPrivate, renderStyle = ToolbarFeature.RenderStyle.UncoloredUrl, renderStyle = ToolbarFeature.RenderStyle.ColoredUrl, ) { @VisibleForTesting Loading Loading
mobile/android/fenix/app/src/main/java/org/mozilla/fenix/components/toolbar/ToolbarIntegration.kt +2 −1 Original line number Diff line number Diff line Loading @@ -58,6 +58,7 @@ abstract class ToolbarIntegration( urlRenderConfiguration = ToolbarFeature.UrlRenderConfiguration( context.components.publicSuffixList, context.getColorFromAttr(R.attr.textPrimary), context.getColorFromAttr(R.attr.textSecondary), renderStyle = renderStyle, ), ) Loading Loading @@ -140,7 +141,7 @@ class DefaultToolbarIntegration( interactor = interactor, customTabId = customTabId, isPrivate = isPrivate, renderStyle = ToolbarFeature.RenderStyle.UncoloredUrl, renderStyle = ToolbarFeature.RenderStyle.ColoredUrl, ) { @VisibleForTesting Loading