Tianxing Li
Results
1
comments of
Tianxing Li
Remove `(!isChecked()) &&` at [this line](https://github.com/nex3z/ToggleButtonGroup/blob/master/sample/src/main/java/com/nex3z/togglebuttongroup/sample/button/CustomCompoundToggleButton.java#L60): ```java @Override public boolean performClick() { return (!mPlaying) && super.performClick(); } ```