kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix overlapping text with remote delete.
rodzic
bba36a5724
commit
9fb1dcf28f
|
@ -467,6 +467,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
|||
!bodyText.isJumbomoji() &&
|
||||
conversationMessage.getBottomButton() == null &&
|
||||
!StringUtil.hasMixedTextDirection(bodyText.getText()) &&
|
||||
!messageRecord.isRemoteDelete() &&
|
||||
bodyText.getLastLineWidth() > 0)
|
||||
{
|
||||
TextView dateView = footer.getDateView();
|
||||
|
|
Ładowanie…
Reference in New Issue