1
0
Fork 0

For #1719: tracking protection label in quick settings almost invisible

master
Colin Lee 2019-04-18 13:46:48 -05:00 committed by Jeff Boek
parent 63566879f6
commit 1c8f1ca844
1 changed files with 0 additions and 1 deletions

View File

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