Easer icon indicating copy to clipboard operation
Easer copied to clipboard

Fix crash on Android O in StickyListHeaders

Open RunasSudo opened this issue 11 months ago • 0 comments

There is a bug in StickyListHeaders which causes a crash "IllegalStateException: Handling non empty state of parent class is not implemented" on new versions of Android - https://github.com/emilsjolander/StickyListHeaders/issues/477

This occurs, for example, in the Bluetooth devices list. The fix, described in the above linked GitHub issue, is to disable autofill and saving.

RunasSudo avatar Jan 16 '25 10:01 RunasSudo