Fix sender name/label clipping in recycled conversation items.

Resolves signalapp/Signal-Android#14646
This commit is contained in:
jeffrey-signal
2026-04-15 11:50:11 -04:00
parent c30e3cc1b7
commit 2a8bd20bb0
5 changed files with 39 additions and 13 deletions

View File

@@ -289,8 +289,7 @@ public class QuoteView extends ConstraintLayout implements RecipientForeverObser
QuoteViewColorTheme colorTheme = getColorTheme();
int foregroundColor = colorTheme.getForegroundColor(getContext());
authorView.setSender(name, foregroundColor);
authorView.setLabel(memberLabel, foregroundColor, colorTheme.getLabelBackgroundColor(getContext()));
authorView.bind(name, foregroundColor, memberLabel, foregroundColor, colorTheme.getLabelBackgroundColor(getContext()));
}
private boolean isStoryReply() {