Do not ellipsize message previews due to trailing newline
Change-Id: I8e6a43f6599e209f40e676a8bdb1754fb6a6e93e
This commit is contained in:
parent
423f841a2a
commit
799279eb5d
|
@ -288,7 +288,7 @@ class DisplayableEventFormatter @Inject constructor(
|
|||
.append(body)
|
||||
} else {
|
||||
"\u2068$body"
|
||||
}
|
||||
}.removeSuffix("\n")
|
||||
}
|
||||
|
||||
private fun formatVoiceBroadcastEvent(event: Event, isDm: Boolean, senderName: String): CharSequence {
|
||||
|
|
Loading…
Reference in New Issue