mirror of
https://github.com/SimpleMobileTools/Simple-Notes.git
synced 2025-06-05 17:00:23 +02:00
show the keyboard at creating new note
This commit is contained in:
@ -33,4 +33,6 @@ class NotesPagerAdapter(fm: FragmentManager, private val notes: List<Note>) : Fr
|
||||
}
|
||||
|
||||
override fun getPageTitle(position: Int) = notes[position].title
|
||||
|
||||
fun showKeyboard(position: Int) = fragments[position]?.showKeyboard()
|
||||
}
|
||||
|
Reference in New Issue
Block a user