Skip to content

Commit

Permalink
Fix author title on remote deleted group messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
greyson-signal committed Jan 24, 2021
1 parent 92b586c commit 41d2272
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1178,7 +1178,7 @@ private void setGroupAuthorColor(@NonNull MessageRecord messageRecord, boolean h
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);
Expand Down

0 comments on commit 41d2272

Please sign in to comment.