nhtzj
Results
1
comments of
nhtzj
修改源码,能解决点击切换,滑动切换没试过 ``` private void toggle(boolean animate, boolean broadcast) { if(!isEnabled()){return;} if(isEventBroadcast){ throw new RuntimeException("should NOT switch the state in method: [onCheckedChanged]!"); } ``` 改成 ``` private void toggle(boolean animate, boolean...