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

Issue with SwitchPreferenceCompat animation #53

Closed rubensousa closed 7 years ago

rubensousa commented 7 years ago

After updating to 25.0.0.0, the animation of the switch is disabled :(. Reverting back to 24.2.1.0 fixes the problem

gregkorossy commented 7 years ago

What version of Android do you use?

rubensousa commented 7 years ago

I'm testing on API 22. Didn't test on another phone yet.

gregkorossy commented 7 years ago

I just tested it on API 23 (emulator) and it seems to be fine there.

gregkorossy commented 7 years ago

API 21 works too.

rubensousa commented 7 years ago

I don't know what happened, but I can't reproduce it anymore either :(. I'm going to close this.