kopia lustrzana https://github.com/ryukoposting/Signal-Android
rodzic
ccc1f5e9d6
commit
cab4a06974
|
@ -69,7 +69,7 @@ public class RecipientsPanel extends RelativeLayout {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addRecipient(String name, String number) {
|
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 + ", ");
|
else recipientsText.append(number + ", ");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue