Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Commit

Permalink
For #1719: tracking protection label in quick settings almost invisible
Browse files Browse the repository at this point in the history
  • Loading branch information
colintheshots authored and boek committed Apr 18, 2019
1 parent 6356687 commit 1c8f1ca
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 1c8f1ca

Please sign in to comment.