Fix author title on remote deleted group messages.

This commit is contained in:
Greyson Parrelli
2021-01-24 16:58:14 -05:00
parent 92b586c061
commit 41d227207d

View File

@@ -1178,7 +1178,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
if (groupSender != null) {
int stickerAuthorColor = ContextCompat.getColor(context, R.color.signal_text_primary);
if (shouldDrawBodyBubbleOutline(messageRecord, hasWallpaper)) {
if (shouldDrawBodyBubbleOutline(messageRecord, false)) {
groupSender.setTextColor(stickerAuthorColor);
} else if (!hasWallpaper && hasNoBubble(messageRecord)) {
groupSender.setTextColor(stickerAuthorColor);