mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-03-24 20:40:09 +01:00
adding a space
This commit is contained in:
parent
bfadeedacf
commit
a26ae22412
@ -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()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user