mirror of
https://github.com/oxen-io/session-android.git
synced 2025-04-05 20:25:40 +00:00
parent
5a1ef31b49
commit
6db3f249c6
@ -143,6 +143,10 @@ public final class ContactUtil {
|
|||||||
Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
|
Intent intent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
|
||||||
intent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE);
|
intent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE);
|
||||||
|
|
||||||
|
if (!TextUtils.isEmpty(contact.getName().getDisplayName())) {
|
||||||
|
intent.putExtra(ContactsContract.Intents.Insert.NAME, contact.getName().getDisplayName());
|
||||||
|
}
|
||||||
|
|
||||||
if (!TextUtils.isEmpty(contact.getOrganization())) {
|
if (!TextUtils.isEmpty(contact.getOrganization())) {
|
||||||
intent.putExtra(ContactsContract.Intents.Insert.COMPANY, contact.getOrganization());
|
intent.putExtra(ContactsContract.Intents.Insert.COMPANY, contact.getOrganization());
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user