mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-03-01 14:16:49 +00:00
Separate placeholder transitions for profile names.
This commit is contained in:
committed by
Greyson Parrelli
parent
679c36f2ad
commit
be2e9c68c1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user