Loading src/com/android/wallpaper/customization/ui/binder/SwitchColorBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ object SwitchColorBinder { setColor = { color -> switch.thumbIconTintList = ColorStateList.valueOf(color) }, color = colorUpdateViewModel.colorOnPrimaryContainer, color = colorUpdateViewModel.colorPrimary, shouldAnimate = shouldAnimateColor, lifecycleOwner = lifecycleOwner, ) Loading Loading
src/com/android/wallpaper/customization/ui/binder/SwitchColorBinder.kt +1 −1 Original line number Diff line number Diff line Loading @@ -66,7 +66,7 @@ object SwitchColorBinder { setColor = { color -> switch.thumbIconTintList = ColorStateList.valueOf(color) }, color = colorUpdateViewModel.colorOnPrimaryContainer, color = colorUpdateViewModel.colorPrimary, shouldAnimate = shouldAnimateColor, lifecycleOwner = lifecycleOwner, ) Loading