Skip to content

Commit

Permalink
Fix corners of images in quote bottom sheet.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal authored and cody-signal committed Jun 30, 2022
1 parent 12a7f36 commit 85f38bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ private boolean hasDocument(MessageRecord messageRecord) {
}

private boolean hasExtraText(MessageRecord messageRecord) {
return MessageRecordUtil.hasExtraText(messageRecord) || isContentCondensed();
return MessageRecordUtil.hasExtraText(messageRecord) || (!messageRecord.isDisplayBodyEmpty(context) && isContentCondensed());
}

private boolean hasQuote(MessageRecord messageRecord) {
Expand Down

0 comments on commit 85f38bd

Please sign in to comment.