mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-22 18:00:02 +01:00
Remove Message Requests feature flag.
This commit is contained in:
committed by
Greyson Parrelli
parent
f2fe81d9b5
commit
3d7cffef2b
@@ -63,7 +63,7 @@ public class BlockedContactListItem extends RelativeLayout implements RecipientF
|
||||
final TextView nameView = this.nameView;
|
||||
|
||||
contactPhotoImage.setAvatar(glideRequests, recipient, false);
|
||||
nameView.setText(recipient.toShortString(getContext()));
|
||||
nameView.setText(recipient.getDisplayName(getContext()));
|
||||
}
|
||||
|
||||
public Recipient getRecipient() {
|
||||
|
||||
Reference in New Issue
Block a user