kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix author title on remote deleted group messages.
rodzic
92b586c061
commit
41d227207d
|
@ -1178,7 +1178,7 @@ public final class ConversationItem extends RelativeLayout implements BindableCo
|
||||||
if (groupSender != null) {
|
if (groupSender != null) {
|
||||||
int stickerAuthorColor = ContextCompat.getColor(context, R.color.signal_text_primary);
|
int stickerAuthorColor = ContextCompat.getColor(context, R.color.signal_text_primary);
|
||||||
|
|
||||||
if (shouldDrawBodyBubbleOutline(messageRecord, hasWallpaper)) {
|
if (shouldDrawBodyBubbleOutline(messageRecord, false)) {
|
||||||
groupSender.setTextColor(stickerAuthorColor);
|
groupSender.setTextColor(stickerAuthorColor);
|
||||||
} else if (!hasWallpaper && hasNoBubble(messageRecord)) {
|
} else if (!hasWallpaper && hasNoBubble(messageRecord)) {
|
||||||
groupSender.setTextColor(stickerAuthorColor);
|
groupSender.setTextColor(stickerAuthorColor);
|
||||||
|
|
Ładowanie…
Reference in New Issue