Fix author title on remote deleted group messages.

fork-5.53.8
Greyson Parrelli 2021-01-24 16:58:14 -05:00
rodzic 92b586c061
commit 41d227207d
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);