mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
Added synchronization to checklist export and import
This commit is contained in:
@ -39,7 +39,7 @@ class NotesPagerAdapter(fm: FragmentManager, val notes: List<Note>, val activity
|
||||
override fun getPageTitle(position: Int) = notes[position].title
|
||||
|
||||
fun updateCurrentNoteData(position: Int, path: String, value: String) {
|
||||
(fragments[position] as? TextFragment)?.apply {
|
||||
(fragments[position])?.apply {
|
||||
updateNotePath(path)
|
||||
updateNoteValue(value)
|
||||
}
|
||||
|
Reference in New Issue
Block a user