From 4425e7139ec0270246163b8e5bf1e90259dca5da Mon Sep 17 00:00:00 2001 From: mcarare Date: Tue, 17 Mar 2020 16:05:41 +0200 Subject: [PATCH] For #9200: Remove star icon from empty state icon in toolbar --- .../mozilla/fenix/components/toolbar/ToolbarIntegration.kt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/app/src/main/java/org/mozilla/fenix/components/toolbar/ToolbarIntegration.kt b/app/src/main/java/org/mozilla/fenix/components/toolbar/ToolbarIntegration.kt index 84a70d061..5f90f09f5 100644 --- a/app/src/main/java/org/mozilla/fenix/components/toolbar/ToolbarIntegration.kt +++ b/app/src/main/java/org/mozilla/fenix/components/toolbar/ToolbarIntegration.kt @@ -115,10 +115,7 @@ class DefaultToolbarIntegration( context.settings().shouldUseTrackingProtection toolbar.display.icons = toolbar.display.icons.copy( - emptyIcon = AppCompatResources.getDrawable( - context, - R.drawable.ic_bookmark_filled - )!!, + emptyIcon = null, trackingProtectionTrackersBlocked = lottieDrawable, trackingProtectionNothingBlocked = AppCompatResources.getDrawable( context,