zcweng / SwitchButton

SwitchButton.An beautiful+lightweight+custom-style-easy switch widget for Android,minSdkVersion >= 11
https://github.com/zcweng/SwitchButton
MIT License
2.69k stars 415 forks source link

代码设置选中 setChecked ,可以不进入CheckedChange事件吗 #40

Open renwfy opened 5 years ago

renwfy commented 5 years ago

代码设置选中 setChecked ,可以不进入CheckedChange事件吗? 只有手动切换的时候,才进入CheckedChange事件

9694101 commented 5 years ago

动画完成之后才会调用change方法

LukeChow commented 4 years ago

@renwfy 你可以设置取消监听啊,设置完然后重新设置监听

我试过了,会自动无限循环的打开和关闭。。。

wangliyang206 commented 4 years ago

我也遇到这个问题了 列表中嵌套SwitchButton,然后列表在上 下滑动时,SwitchButton会自动进入点击事件。 怀疑是setChecked的问题,前面加上setOnCheckedChangeListener(null) 也是不行

Null8889 commented 3 years ago

+1

Fanyunf commented 3 years ago

+1

jume2003 commented 2 years ago

+1

jume2003 commented 2 years ago

不可做单选

developmans commented 2 years ago

已收到!

mioyuan commented 10 months ago

这个问题解决了吗