mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-02-04 13:19:46 +00:00
Fixed forwarded message not displayed in conversation
This commit is contained in:
parent
f3858459b2
commit
d57968d407
1 changed files with 1 additions and 0 deletions
|
|
@ -515,6 +515,7 @@ class SendMessageInConversationViewModel
|
|||
val forwardedMessage = chatRoom.createForwardMessage(messageToForward)
|
||||
Log.i("$TAG Sending forwarded message")
|
||||
forwardedMessage.send()
|
||||
messageSentEvent.postValue(Event(forwardedMessage))
|
||||
|
||||
showGreenToast(R.string.conversation_message_forwarded_toast, R.drawable.forward)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue