mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 00:59:49 +01:00
Fix corners of images in quote bottom sheet.
This commit is contained in:
committed by
Cody Henthorne
parent
12a7f36bec
commit
85f38bdea8
@@ -943,7 +943,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||
}
|
||||
|
||||
private boolean hasExtraText(MessageRecord messageRecord) {
|
||||
return MessageRecordUtil.hasExtraText(messageRecord) || isContentCondensed();
|
||||
return MessageRecordUtil.hasExtraText(messageRecord) || (!messageRecord.isDisplayBodyEmpty(context) && isContentCondensed());
|
||||
}
|
||||
|
||||
private boolean hasQuote(MessageRecord messageRecord) {
|
||||
|
||||
Reference in New Issue
Block a user