Sub habits and groups are filtered correctly

This commit is contained in:
Dharanish
2024-07-07 00:05:04 +02:00
parent c77da1803f
commit be81a06e62
7 changed files with 51 additions and 47 deletions

View File

@@ -81,7 +81,7 @@ class HabitsApplication : Application() {
val habitGroupList = component.habitGroupList
for (hgr in habitGroupList) hgr.recompute()
habitGroupList.populateGroupsWith(habitList)
habitGroupList.attachHabitsToGroups()
widgetUpdater = component.widgetUpdater.apply {
startListening()