Fix timestamps with image+text.

This commit is contained in:
Lucio Maciel 2021-08-18 16:10:52 -03:00 committed by GitHub
parent 86b1d104d9
commit 53eee2bd16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -390,10 +390,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
int defaultBottomMargin = readDimen(R.dimen.message_bubble_bottom_padding); int defaultBottomMargin = readDimen(R.dimen.message_bubble_bottom_padding);
int collapsedBottomMargin = readDimen(R.dimen.message_bubble_collapsed_bottom_padding); int collapsedBottomMargin = readDimen(R.dimen.message_bubble_collapsed_bottom_padding);
if (!updatingFooter && if (!updatingFooter &&
!hasOnlyThumbnail(messageRecord) && getActiveFooter(messageRecord) == footer &&
!hasSticker(messageRecord) &&
!hasSharedContact(messageRecord) &&
!isViewOnceMessage(messageRecord) &&
!hasAudio(messageRecord) && !hasAudio(messageRecord) &&
isFooterVisible(messageRecord, nextMessageRecord, groupThread) && isFooterVisible(messageRecord, nextMessageRecord, groupThread) &&
!bodyText.isJumbomoji() && !bodyText.isJumbomoji() &&