kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix timestamps with image+text.
rodzic
86b1d104d9
commit
53eee2bd16
|
@ -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() &&
|
||||
|
|
Ładowanie…
Reference in New Issue