|
|
@ -387,8 +387,9 @@ public class GroupCreateActivity extends PassphraseRequiredActionBarActivity {
|
|
|
|
Recipient recipient = RecipientFactory.getRecipientsFromString(this, numberData.number, false)
|
|
|
|
Recipient recipient = RecipientFactory.getRecipientsFromString(this, numberData.number, false)
|
|
|
|
.getPrimaryRecipient();
|
|
|
|
.getPrimaryRecipient();
|
|
|
|
|
|
|
|
|
|
|
|
if (!selectedContacts.contains(recipient)
|
|
|
|
if (!selectedContacts.contains(recipient) &&
|
|
|
|
&& (existingContacts == null || !existingContacts.contains(recipient))) {
|
|
|
|
(existingContacts == null || !existingContacts.contains(recipient)) &&
|
|
|
|
|
|
|
|
recipient != null) {
|
|
|
|
addSelectedContact(recipient);
|
|
|
|
addSelectedContact(recipient);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
} catch (RecipientFormattingException e) {
|
|
|
|
} catch (RecipientFormattingException e) {
|
|
|
|