adding a space

This commit is contained in:
Tibor Kaputa 2021-10-08 18:29:56 +02:00 committed by GitHub
parent bfadeedacf
commit a26ae22412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()
} }
} }