A fork of Simple Time Tracker with WearOS support. (Now integrated upstream)
0

Configure Feed

Select the types of activity you want to include in your feed.

Keep ToggleChips the same color in the ActivitiesScreen regardless of on/off status

authored by

kantahrek and committed by
Joseph Hale
(Feb 26, 2024, 10:27 PM -0700) d2f9e87d 47556d7c

+2 -1
+2 -1
wear/src/main/java/com/example/util/simpletimetracker/presentation/components/ActivityChip.kt
··· 76 76 colors = ToggleChipDefaults.toggleChipColors( 77 77 checkedStartBackgroundColor = color, 78 78 checkedEndBackgroundColor = color, 79 - uncheckedToggleControlColor = ToggleChipDefaults.SwitchUncheckedIconColor, 79 + uncheckedStartBackgroundColor = color, 80 + uncheckedEndBackgroundColor = color, 80 81 ), 81 82 onCheckedChange = { 82 83 switchChecked = it