mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-27 03:49:04 +03:00
Fix / keyboard won't show when using reply from long tap menu
This commit is contained in:
parent
62657538af
commit
9c67036c08
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue