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

How to handle header and footer views that are uncheckable? #4

Closed
derekbrameyer opened this issue May 14, 2013 · 1 comment
Closed

Comments

@derekbrameyer
Copy link

I tried overriding setItemChecked() as follows:

@Override
public void setItemChecked(int position, boolean checked) {
    // Account for 1 header view
    super.setItemChecked(position - 1, checked);
}

This didn't seem to make a difference. Any help would be appreciated!

@ManuelPeinado
Copy link
Owner

Fixed in v2.1.1. Source code already in github, artifacts should be in maven central in a couple hours.

Good catch, Derek, thanks a lot. BTW, if you release an app using MultiChoiceAdapter please let me know and I will add a link to the README

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