mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-04-05 03:01:05 +02: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()
|
(fragments[position] as? ChecklistFragment)?.removeDoneItems()
|
||||||
}
|
}
|
||||||
|
|
||||||
fun refreshChecklist(position: Int){
|
fun refreshChecklist(position: Int) {
|
||||||
(fragments[position] as? ChecklistFragment)?.refreshItems()
|
(fragments[position] as? ChecklistFragment)?.refreshItems()
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user