mirror of
				https://github.com/SimpleMobileTools/Simple-Contacts.git
				synced 2025-06-05 21:59:27 +02:00 
			
		
		
		
	set the DIRTY flag to true at creating new contacts
This commit is contained in:
		@@ -1207,6 +1207,7 @@ class ContactsHelper(val activity: Activity) {
 | 
			
		||||
            ContentProviderOperation.newInsert(ContactsContract.RawContacts.CONTENT_URI).apply {
 | 
			
		||||
                withValue(ContactsContract.RawContacts.ACCOUNT_NAME, contact.source)
 | 
			
		||||
                withValue(ContactsContract.RawContacts.ACCOUNT_TYPE, getContactSourceType(contact.source))
 | 
			
		||||
                withValue(ContactsContract.RawContacts.DIRTY, true)
 | 
			
		||||
                operations.add(build())
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user