[fenix] For https://github.com/mozilla-mobile/fenix/issues/1719: tracking protection label in quick settings almost invisible

pull/600/head
Colin Lee 5 years ago committed by Jeff Boek
parent 13f9c97d20
commit 70a5721d97

@ -110,7 +110,6 @@ class QuickSettingsUIView(
val icon = AppCompatResources.getDrawable(context, drawableId)
val resolvedColor = ContextCompat.getColor(context, drawableTint)
icon?.setTint(resolvedColor)
trackingProtectionSwitch.setTextColor(resolvedColor)
trackingProtectionSwitch.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null)
trackingProtectionSwitch.isChecked = isTrackingProtectionOn

Loading…
Cancel
Save