mirror of
https://github.com/FossifyOrg/Notes.git
synced 2026-06-12 02:30:48 -04:00
adding a space
This commit is contained in:
@@ -96,7 +96,7 @@ class NotesPagerAdapter(fm: FragmentManager, val notes: List<Note>, val activity
|
||||
(fragments[position] as? ChecklistFragment)?.removeDoneItems()
|
||||
}
|
||||
|
||||
fun refreshChecklist(position: Int){
|
||||
fun refreshChecklist(position: Int) {
|
||||
(fragments[position] as? ChecklistFragment)?.refreshItems()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user