-
Notifications
You must be signed in to change notification settings - Fork 12
Closed
Labels
Description
Unfortunately this is a really complex issue that I've spent the better half of a day troubleshooting. In the most simple explanation on various Android versions some preferences are not registering clicks.
On Android 6 and above, no SwitchPrefrerences or CheckboxPrefrerences are registering clicks.
On ~API 19 and below no CheckboxPrefrerences are registering clicks.
However, when I add my preference and fragment to your example project things are working perfectly.
I can attach an APK if you'd like to test it. You can view my code here and a quick demo of the issue.