mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-19 12:38:07 +00:00
Fixed issue in chat bubble if more than 4 media files in single bubble
This commit is contained in:
parent
20fc177c7a
commit
e664e1802c
1 changed files with 1 additions and 1 deletions
|
|
@ -434,7 +434,7 @@ class MessageModel
|
|||
"$TAG Found file ready to be displayed [$path] with MIME [${content.type}/${content.subtype}] for message [${chatMessage.messageId}]"
|
||||
)
|
||||
|
||||
val wrapBefore = allContentsAreMedia && filesContentCount == 3
|
||||
val wrapBefore = allContentsAreMedia && exactly4Contents && filesContentCount == 3
|
||||
val fileSize = content.fileSize.toLong()
|
||||
val timestamp = content.creationTimestamp
|
||||
val fileModel = FileModel(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue