Separate placeholder transitions for profile names.

This commit is contained in:
Michelle Tang
2025-02-26 11:38:04 -05:00
committed by Greyson Parrelli
parent 679c36f2ad
commit be2e9c68c1
2 changed files with 4 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ public class ConversationHeaderView extends ConstraintLayout {
binding.messageRequestProfileNameUnverified.setMovementMethod(LinkMovementMethod.getInstance());
CharSequence builder = SpanUtil.clickSubstring(
getContext(),
R.string.ConversationFragment_profile_names_not_verified,
forGroup ? R.string.ConversationFragment_group_names_not_verified : R.string.ConversationFragment_profile_names_not_verified,
clickableRes,
listener -> onClick.run(),
true,