show the keyboard at creating new note

This commit is contained in:
tibbi
2016-11-27 11:44:05 +01:00
parent 91fd8c27a3
commit e546f17552
3 changed files with 12 additions and 0 deletions

View File

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