mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Fixed reply through slide action not opening keyboard
This commit is contained in:
parent
a571b77117
commit
39b8358ef5
1 changed files with 2 additions and 0 deletions
|
|
@ -247,6 +247,8 @@ class ConversationFragment : GenericFragment() {
|
|||
val chatMessageModel = (chatMessageEventLog.model as? ChatMessageModel)
|
||||
if (chatMessageModel != null) {
|
||||
sendMessageViewModel.replyToMessage(chatMessageModel)
|
||||
// Open keyboard & focus edit text
|
||||
binding.sendArea.messageToSend.showKeyboard()
|
||||
} else {
|
||||
Log.e(
|
||||
"$TAG Can't reply, failed to get a ChatMessageModel from adapter item #[$index]"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue