Fix issue in RoomGroupMessageCreator
This commit is contained in:
parent
435827af28
commit
abf1de7f42
2 changed files with 4 additions and 4 deletions
|
|
@ -166,7 +166,7 @@ class RoomGroupMessageCreator @Inject constructor(
|
|||
inSpans(StyleSpan(Typeface.BOLD)) {
|
||||
append(roomName)
|
||||
append(": ")
|
||||
event.senderName
|
||||
append(event.senderName)
|
||||
append(" ")
|
||||
}
|
||||
append(event.description)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue