Skip to content

Commit

Permalink
Resort habit list after habit edit
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqua committed Apr 14, 2022
1 parent b79f785 commit 3ae6da0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ data class EditHabitCommand(
habitList.update(habit)
habit.observable.notifyListeners()
habit.recompute()
habitList.resort()
}
}

0 comments on commit 3ae6da0

Please sign in to comment.