Implement saving of sub habits but breaks updating group score ring

This commit is contained in:
Dharanish
2024-07-06 21:21:04 +02:00
parent c060249806
commit c77da1803f
9 changed files with 29 additions and 42 deletions

View File

@@ -97,7 +97,7 @@ class HabitCardView(
set(value) {
scoreRing.setPercentage(value.toFloat())
scoreRing.setPrecision(1.0f / 16)
behavior.onChangeScore(habit!!)
// behavior.onChangeScore(habit!!)
}
var unit