mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-05 21:20:45 +00:00
For #8578 - Don't attempt to use different addons icons backgrounds
After the change from AC #8054 specifying different addons icons backgrounds is not possible anymore. All favicons used all throughout the app will have the same background.
This commit is contained in:
parent
751efb7bfb
commit
499ff83b18
@ -120,7 +120,6 @@ class AddonsManagementFragment : Fragment(R.layout.fragment_add_ons_management)
|
||||
addonNameTextColor = ThemeManager.resolveAttribute(R.attr.primaryText, context),
|
||||
addonSummaryTextColor = ThemeManager.resolveAttribute(R.attr.secondaryText, context),
|
||||
sectionsTypeFace = ResourcesCompat.getFont(context, R.font.metropolis_semibold),
|
||||
addonBackgroundIconColor = ThemeManager.resolveAttribute(R.attr.inset, requireContext()),
|
||||
addonAllowPrivateBrowsingLabelDrawableRes = R.drawable.ic_add_on_private_browsing_label
|
||||
)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user