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

@ -143,6 +143,7 @@ class MainActivity : SimpleActivity(), ViewPager.OnPageChangeListener {
invalidateOptionsMenu()
initViewPager()
updateSelectedNote(id)
mAdapter.showKeyboard(getNoteIndexWithId(id))
}
}