Changed the ring view percentage to the correct value

pull/2181/head
skippyy22 2 months ago
parent dd324a8bda
commit 5ae94e49ff

@ -91,7 +91,7 @@ class IndividualHabitListCardPresenter {
theme = theme theme = theme
) )
val color = theme.color(habit.color) val color = theme.color(habit.color)
val score = state.scoreMonthDiff val score = state.scoreToday
val isNumerical = habit.isNumerical val isNumerical = habit.isNumerical
val today = DateUtils.getTodayWithOffset() val today = DateUtils.getTodayWithOffset()
val values = ArrayList<Int>() val values = ArrayList<Int>()

Loading…
Cancel
Save