We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 073e759 commit 8023befCopy full SHA for 8023bef
app/src/main/kotlin/com/simplemobiletools/contacts/helpers/ContactsHelper.kt
@@ -1207,6 +1207,7 @@ class ContactsHelper(val activity: Activity) {
1207
ContentProviderOperation.newInsert(ContactsContract.RawContacts.CONTENT_URI).apply {
1208
withValue(ContactsContract.RawContacts.ACCOUNT_NAME, contact.source)
1209
withValue(ContactsContract.RawContacts.ACCOUNT_TYPE, getContactSourceType(contact.source))
1210
+ withValue(ContactsContract.RawContacts.DIRTY, true)
1211
operations.add(build())
1212
}
1213
0 commit comments