Fix / keyboard won't show when using reply from long tap menu

This commit is contained in:
Valere 2019-07-18 12:13:17 +02:00
parent 62657538af
commit 9c67036c08
1 changed files with 4 additions and 1 deletions

View File

@ -269,7 +269,10 @@ class RoomDetailFragment :
?: "", event.senderName, composerLayout.composerRelatedMessageAvatar)

composerLayout.composerEditText.setSelection(composerLayout.composerEditText.text.length)
composerLayout.expand()
composerLayout.expand {
//need to do it here also when not using quick reply
focusComposerAndShowKeyboard()
}
focusComposerAndShowKeyboard()
}