mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-07-07 22:45:40 +01:00
@@ -69,7 +69,7 @@ public class RecipientsPanel extends RelativeLayout {
|
||||
}
|
||||
|
||||
public void addRecipient(String name, String number) {
|
||||
if (name != null) recipientsText.append(name + "< " + number + ">, ");
|
||||
if (name != null) recipientsText.append(name.replace(",", " ") + "< " + number + ">, ");
|
||||
else recipientsText.append(number + ", ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user