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 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() &&
|
||||||
|
|
Loading…
Add table
Reference in a new issue