RiccardoMoro / RMSwitch

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

Ability to setChecked without animation #9

Open akashpathak opened 7 years ago

akashpathak commented 7 years ago

When I call setChecked inside a RecyclerView, the animation triggers when I don't want it to. Can you please make a method such as setChecked(boolean checked, boolean animate)?

RiccardoMoro commented 7 years ago

@akashpathak Hi, yes, that makes perfect sense I'll add it in the next release