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

请问能不能设置仅在一个状态下进行监听 #39

Open Geeksongs opened 5 years ago

Geeksongs commented 5 years ago

每次点击按钮都会触发事件,不管是打开按钮还是关闭按钮,能不能有一种函数仅在打开按钮时生效。

KIDD-4869 commented 3 years ago

这个在回调的时候自己加个判断不就行了么?