Fix timestamps with image+text.
This commit is contained in:
parent
86b1d104d9
commit
53eee2bd16
1 changed files with 1 additions and 4 deletions
|
@ -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() &&
|
||||
|
|
Loading…
Add table
Reference in a new issue