mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-06 01:08:50 -06:00
Resort habit list after habit edit (#1350)
* Add regression test for #1131 * Resort habit list after habit edit Fixes #1131.
This commit is contained in:
@@ -33,5 +33,6 @@ data class EditHabitCommand(
|
||||
habitList.update(habit)
|
||||
habit.observable.notifyListeners()
|
||||
habit.recompute()
|
||||
habitList.resort()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user