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

StickyHeadersAdapter should use different method names than RecyclerView.ViewHolder #37

Open
csbenz opened this issue Feb 15, 2015 · 1 comment

Comments

@csbenz
Copy link

csbenz commented Feb 15, 2015

I'm using a cursor in my Adapter so I need one class to be able to both extend RecyclerView.ViewHolder and implement StickyHeadersAdapter, but this isn't possible because of method signature clash.

@csbenz
Copy link
Author

csbenz commented Feb 15, 2015

I don't know if it isn't possible to change the lib at this point for backward compatibility reasons, of course. It's easy to get around this problem but it would be more practical.

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

1 participant