mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-24 10:25:51 +03:00
Do not ellipsize message previews due to trailing newline
Change-Id: I8e6a43f6599e209f40e676a8bdb1754fb6a6e93e
This commit is contained in:
parent
423f841a2a
commit
799279eb5d
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ class DisplayableEventFormatter @Inject constructor(
|
||||||
.append(body)
|
.append(body)
|
||||||
} else {
|
} else {
|
||||||
"\u2068$body"
|
"\u2068$body"
|
||||||
}
|
}.removeSuffix("\n")
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun formatVoiceBroadcastEvent(event: Event, isDm: Boolean, senderName: String): CharSequence {
|
private fun formatVoiceBroadcastEvent(event: Event, isDm: Boolean, senderName: String): CharSequence {
|
||||||
|
|
Loading…
Reference in a new issue