mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-20 17:57:29 +00:00
Fix timestamps with image+text.
This commit is contained in:
@@ -390,10 +390,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||
int defaultBottomMargin = readDimen(R.dimen.message_bubble_bottom_padding);
|
||||
int collapsedBottomMargin = readDimen(R.dimen.message_bubble_collapsed_bottom_padding);
|
||||
if (!updatingFooter &&
|
||||
!hasOnlyThumbnail(messageRecord) &&
|
||||
!hasSticker(messageRecord) &&
|
||||
!hasSharedContact(messageRecord) &&
|
||||
!isViewOnceMessage(messageRecord) &&
|
||||
getActiveFooter(messageRecord) == footer &&
|
||||
!hasAudio(messageRecord) &&
|
||||
isFooterVisible(messageRecord, nextMessageRecord, groupThread) &&
|
||||
!bodyText.isJumbomoji() &&
|
||||
|
||||
Reference in New Issue
Block a user