Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CustomCompoundToggleButton how to usr MultiSelectToggleGroup? #70

Open
gnflance opened this issue Jun 1, 2023 · 1 comment
Open

CustomCompoundToggleButton how to usr MultiSelectToggleGroup? #70

gnflance opened this issue Jun 1, 2023 · 1 comment

Comments

@gnflance
Copy link

gnflance commented Jun 1, 2023

In sample compoundtogglebutton(spin card),How to use MultiSelectToggleGroup

if use MultiSelectToggleGroup, button can,t uncheck

@nex3z
Copy link
Owner

nex3z commented Jun 1, 2023

Remove (!isChecked()) && at this line:

    @Override
    public boolean performClick() {
        return (!mPlaying) && super.performClick();
    }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants