1
0
Fork 0

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

master
mcarare 2020-03-17 16:05:41 +02:00 committed by Emily Kager
parent 772c7062fd
commit 4425e7139e
1 changed files with 1 additions and 4 deletions

View File

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