Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2f6d804 authored by Santiago Etchebehere's avatar Santiago Etchebehere
Browse files

Use the correct color for the checked switch

Bug: 416002712
Flag: com.android.systemui.shared.new_customization_picker_ui
Test: visually verified colors
Change-Id: Ib235da3c6ee5b3a3198d3483cca4ef4859036187
parent 944e5e7b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ object SwitchColorBinder {
                    setColor = { color ->
                        switch.thumbIconTintList = ColorStateList.valueOf(color)
                    },
                    color = colorUpdateViewModel.colorOnPrimaryContainer,
                    color = colorUpdateViewModel.colorPrimary,
                    shouldAnimate = shouldAnimateColor,
                    lifecycleOwner = lifecycleOwner,
                )