alexstyl / contactstore

A modern, strongly-typed contacts API for Android.
https://alexstyl.github.io/contactstore
Apache License 2.0
440 stars 15 forks source link

Crash: uri format is unknown when ensuring ContactUri #64

Closed alexstyl closed 2 years ago

alexstyl commented 2 years ago

Received a crash from a user of the library. Stack trace:

image

Important thing to figure out whether this is due to user input or there is an issue with the library. Either way the library should not crash the app in either case.

alexstyl commented 2 years ago

Fixed in #69. Closing as done