tweaking a string to make it clearer

This commit is contained in:
tibbi
2021-02-07 23:06:14 +01:00
parent 195bb2573d
commit c3e7895a11
37 changed files with 40 additions and 40 deletions

View File

@ -66,7 +66,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
migrateCheckListOnFailure(storedNote)
}
if (config?.moveUndoneChecklistItems == true) {
if (config?.moveDoneChecklistItems == true) {
items.sortBy { it.isDone }
}