gregkorossy / Android-Support-Preference-V7-Fix

Android androidx.preference support library has some issues, this lib tries to fix them.
https://discord.gg/87NVsSK
Apache License 2.0
497 stars 46 forks source link

Additional code for RingtonePreference issue #167

Closed pavel-zolotov closed 6 years ago

pavel-zolotov commented 6 years ago

RingtonePreferenceDialog crashes on attempt to select custom ringtone after PR #165. It was ClassCastException caused by casting CheckedItemAdapter to a CursorAdapter. (As a remind, CursorAdapter is inappropriate due #164)