kevalpatel2106 / android-ringtone-picker

Simple Ringtone Picker dialog which allows you to pick different sounds from ringtone, alarm tone, notification tone and music from external storage.
Apache License 2.0
73 stars 25 forks source link

fix crash #14

Closed tfkbudi closed 5 years ago

tfkbudi commented 6 years ago

now..in sample app..the app will crash if you enable add silent and add setCurrentRingtone. That because when any value ini currentRingtone you will loop but silent uri is null. then will make the app get NPE.

kevalpatel2106 commented 5 years ago

Thanks for your change @tfkbudi. You're awesome. 👍