eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
961 stars 148 forks source link

Header Click Listener #17

Closed rubengees closed 9 years ago

rubengees commented 9 years ago

Hi, when I set a HeaderClickListener and then click on a header the View under the header receives also a click event. In my case two Dialogs open, which is ugly and unintended,

leruaa commented 9 years ago

This should be fixed in the latest snapshot I've just published.

rubengees commented 9 years ago

It works, thank you.