mirror of
https://github.com/oxen-io/session-android.git
synced 2024-12-24 00:37:47 +00:00
Fix for viewing group recipients without contact information.
This commit is contained in:
parent
07c59d969a
commit
bb3777aa68
@ -339,7 +339,7 @@ public class ConversationActivity extends PassphraseRequiredSherlockFragmentActi
|
||||
List<String> recipientStrings = new LinkedList<String>();
|
||||
|
||||
for (Recipient recipient : getRecipients().getRecipientsList()) {
|
||||
recipientStrings.add(recipient.getName());
|
||||
recipientStrings.add(recipient.toShortString());
|
||||
}
|
||||
|
||||
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user