kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix for viewing group recipients without contact information.
rodzic
07c59d969a
commit
bb3777aa68
|
@ -339,7 +339,7 @@ public class ConversationActivity extends PassphraseRequiredSherlockFragmentActi
|
||||||
List<String> recipientStrings = new LinkedList<String>();
|
List<String> recipientStrings = new LinkedList<String>();
|
||||||
|
|
||||||
for (Recipient recipient : getRecipients().getRecipientsList()) {
|
for (Recipient recipient : getRecipients().getRecipientsList()) {
|
||||||
recipientStrings.add(recipient.getName());
|
recipientStrings.add(recipient.toShortString());
|
||||||
}
|
}
|
||||||
|
|
||||||
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
AlertDialog.Builder builder = new AlertDialog.Builder(this);
|
||||||
|
|
Ładowanie…
Reference in New Issue