For #9200: Remove star icon from empty state icon in toolbar

fennec/beta
mcarare 4 years ago committed by Emily Kager
parent 772c7062fd
commit 4425e7139e

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

Loading…
Cancel
Save