iOS-SwitchView icon indicating copy to clipboard operation
iOS-SwitchView copied to clipboard

setChecked or toggle method does nothing for onCheckedChangeListener

Open John61590 opened this issue 7 years ago • 1 comments

onCheckedChangeListener only works for touch events it seems. If you try to use the setChecked or toggle methods to change checked, it doesn't work at all. It is probably because onCheckedChange is not called in refreshState() in the library.

John61590 avatar Jun 25 '18 23:06 John61590

@John61590 PR is welcome 🚀

luongvo avatar Oct 17 '18 09:10 luongvo