RMSwitch
RMSwitch copied to clipboard
On adapter.notifyDataSetChanged all switches are animated
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?
any news on this?