forked from GitHub-Mirror/riotX-android
Fix / keyboard won't show when using reply from long tap menu
This commit is contained in:
parent
62657538af
commit
9c67036c08
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user