Resort habit list after habit edit

Fixes #1131.
pull/1350/head
Quentin Hibon 4 years ago
parent e2196310f6
commit 76e8dd5d45

@ -33,5 +33,6 @@ data class EditHabitCommand(
habitList.update(habit) habitList.update(habit)
habit.observable.notifyListeners() habit.observable.notifyListeners()
habit.recompute() habit.recompute()
habitList.resort()
} }
} }

Loading…
Cancel
Save