mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 17:29:32 +01:00
Remove Message Requests feature flag.
This commit is contained in:
committed by
Greyson Parrelli
parent
f2fe81d9b5
commit
3d7cffef2b
@@ -49,7 +49,7 @@ public class DirectShareService extends ChooserTargetService {
|
||||
|
||||
while ((record = reader.getNext()) != null) {
|
||||
Recipient recipient = Recipient.resolved(record.getRecipient().getId());
|
||||
String name = recipient.toShortString(this);
|
||||
String name = recipient.getDisplayName(this);
|
||||
|
||||
Bitmap avatar;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user