RiccardoMoro / RMSwitch

A simple and customizable two or three states Switch View
657 stars 81 forks source link

On adapter.notifyDataSetChanged all switches are animated #18

Open djardon opened 4 years ago

djardon commented 4 years ago

I have a RecyclerView, each item have a RMTristateSwitch, when update all data, I call to adapter.notifyDataSetChanged() and all RMTristateSwitch do an animation and it's very ugly. ¿How can I disabled this animation on reload?

davidjburgos commented 4 years ago

any news on this?