mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-23 02:10:44 +01:00
Fix mentions being displayed as obj.
This commit is contained in:
@@ -1921,7 +1921,7 @@ class ConversationFragment :
|
||||
}
|
||||
|
||||
private fun sendMessage(
|
||||
body: String = composeText.editableText.toString(),
|
||||
body: String = composeText.editableText.toString().trim(),
|
||||
mentions: List<Mention> = composeText.mentions,
|
||||
bodyRanges: BodyRangeList? = composeText.styling,
|
||||
messageToEdit: MessageId? = inputPanel.editMessageId,
|
||||
|
||||
Reference in New Issue
Block a user