mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-02-24 19:56:00 +00:00
Show username in group invite flow.
This commit is contained in:
committed by
Greyson Parrelli
parent
c04f761f5a
commit
763e891dfd
@@ -98,7 +98,7 @@ public final class GroupsV2UpdateMessageProducerTest {
|
||||
private static Recipient recipientWithName(RecipientId id, String name) {
|
||||
Recipient recipient = mock(Recipient.class);
|
||||
when(recipient.getId()).thenReturn(id);
|
||||
when(recipient.getDisplayName(any())).thenReturn(name);
|
||||
when(recipient.getDisplayNameOrUsername(any())).thenReturn(name);
|
||||
return recipient;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user