mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-17 11:48:51 +03:00
Further improve thread timeline events rendering
This commit is contained in:
parent
b5a0c944d1
commit
d419e526cd
1 changed files with 1 additions and 0 deletions
|
@ -95,6 +95,7 @@ class TimelineMessageLayoutFactory @Inject constructor(private val session: Sess
|
|||
nextDisplayableEvent.root.getClearType() !in listOf(EventType.MESSAGE, EventType.STICKER, EventType.ENCRYPTED) ||
|
||||
isNextMessageReceivedMoreThanOneHourAgo ||
|
||||
isTileTypeMessage(nextDisplayableEvent) ||
|
||||
nextDisplayableEvent.isRootThread() ||
|
||||
event.isRootThread() ||
|
||||
nextDisplayableEvent.isEdition()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue