mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
removing the setting related to creating new checklist items at the top
This commit is contained in:
@ -147,12 +147,7 @@ class ChecklistFragment : NoteFragment(), ChecklistItemsListener {
|
||||
}
|
||||
}
|
||||
|
||||
if (config?.addNewChecklistItemsTop == true) {
|
||||
items.addAll(0, newItems)
|
||||
} else {
|
||||
items.addAll(newItems)
|
||||
}
|
||||
|
||||
items.addAll(newItems)
|
||||
saveNote()
|
||||
setupAdapter()
|
||||
}
|
||||
|
Reference in New Issue
Block a user