[Bug] Nickname is not stored
fgubler opened this issue · 1 comments
fgubler commented
Hi
I have a little problem: it seems like the nickname is lost when I try to create a new contact.
My code looks like this:
contactStore.execute { insert(contact, internetAccount) }
in debugging, contact
has the nickname set to the desired value. However, when I look at the contact afterward in Google's contacts app, the nickname has disappeared.
fgubler commented
The same happens when editing an existing contact. The nickname can be read from the ContactStore but writing it back does not work.