mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
Merge pull request #456 from KryptKode/feat/checklist-sort
Feat/checklist sort
This commit is contained in:
@ -95,4 +95,8 @@ class NotesPagerAdapter(fm: FragmentManager, val notes: List<Note>, val activity
|
||||
fun removeDoneCheckListItems(position: Int) {
|
||||
(fragments[position] as? ChecklistFragment)?.removeDoneItems()
|
||||
}
|
||||
|
||||
fun refreshChecklist(position: Int) {
|
||||
(fragments[position] as? ChecklistFragment)?.refreshItems()
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user