Commit 293a2dce authored by mimi89999's avatar mimi89999 Committed by Pier Angelo Vendrame
Browse files

Bug 1812898 - Part 2: Enable domain highlighting in Fenix toolbar. r=tthibaud,android-reviewers

parent 7176fc96
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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,
        ),
    )
@@ -140,7 +141,7 @@ class DefaultToolbarIntegration(
    interactor = interactor,
    customTabId = customTabId,
    isPrivate = isPrivate,
    renderStyle = ToolbarFeature.RenderStyle.UncoloredUrl,
    renderStyle = ToolbarFeature.RenderStyle.ColoredUrl,
) {

    @VisibleForTesting