1
0
Fork 0

For #1719: tracking protection icon in quick settings is almost invisible

master
Sören Hentzschel 2019-04-18 23:19:32 +02:00 committed by Colin Lee
parent 85245d7b40
commit 8ae567244b
1 changed files with 0 additions and 2 deletions

View File

@ -108,8 +108,6 @@ class QuickSettingsUIView(
context
) else DefaultThemeManager.resolveAttribute(R.attr.neutral, context)
val icon = AppCompatResources.getDrawable(context, drawableId)
val resolvedColor = ContextCompat.getColor(context, drawableTint)
icon?.setTint(resolvedColor)
trackingProtectionSwitch.setCompoundDrawablesWithIntrinsicBounds(icon, null, null, null)
trackingProtectionSwitch.isChecked = isTrackingProtectionOn