firescript / nativescript-contacts

A nativescript module that gives access to the native contact directory.
MIT License
28 stars 32 forks source link

Removed necessity for Account when saving contact #51

Closed jorwoody closed 5 years ago

jorwoody commented 5 years ago

As mentioned by Wern (in this issue: https://github.com/firescript/nativescript-contacts/issues/32#issuecomment-317679844), Accounts should not be needed to save a contact, so it should not throw an error.

I simply added a conditional block around the Account related code.

firescript commented 5 years ago

thanks @jorwoody