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 84a70d0615..5f90f09f5c 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,