mirror of
https://github.com/SimpleMobileTools/Simple-Contacts.git
synced 2025-01-27 14:09:57 +01:00
explicitly set Deleted field to false at creating a new contact
This commit is contained in:
parent
0da765ddc9
commit
687f9a0086
@ -1250,6 +1250,7 @@ class ContactsHelper(val context: Context) {
|
||||
withValue(ContactsContract.RawContacts.ACCOUNT_NAME, contact.source)
|
||||
withValue(ContactsContract.RawContacts.ACCOUNT_TYPE, getContactSourceType(contact.source))
|
||||
withValue(ContactsContract.RawContacts.DIRTY, 0)
|
||||
withValue(ContactsContract.RawContacts.DELETED, 0)
|
||||
operations.add(build())
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user