mirror of
https://github.com/fork-maintainers/iceraven-browser
synced 2024-11-02 03:40:16 +00:00
[fenix] For https://github.com/mozilla-mobile/fenix/issues/1719: tracking protection icon in quick settings is almost invisible
This commit is contained in:
parent
4d77b0bd08
commit
962a25e1ad
@ -108,8 +108,6 @@ class QuickSettingsUIView(
|
|||||||
context
|
context
|
||||||
) else DefaultThemeManager.resolveAttribute(R.attr.neutral, context)
|
) else DefaultThemeManager.resolveAttribute(R.attr.neutral, context)
|
||||||
val icon = AppCompatResources.getDrawable(context, drawableId)
|
val icon = AppCompatResources.getDrawable(context, drawableId)
|
||||||
val resolvedColor = ContextCompat.getColor(context, drawableTint)
|
|
||||||
icon?.setTint(resolvedColor)
|
|
||||||
trackingProtectionSwitch.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null)
|
trackingProtectionSwitch.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null)
|
||||||
trackingProtectionSwitch.isChecked = isTrackingProtectionOn
|
trackingProtectionSwitch.isChecked = isTrackingProtectionOn
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user