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

Fix for NumberFormatException #17

Closed rbenza closed 2 years ago

rbenza commented 2 years ago

Use toIntOrNull() and toLongOrNull() to prevent java.lang.NumberFormatException for invalid Strings like: "" or "some name"

alexstyl commented 2 years ago

@rbenza I am closing this PR as the changes are tiny and I will be trivial for me to pick them up.

Many thanks for your contribution! 🙏

rbenza commented 2 years ago

Agreed👍