davideas / FlexibleAdapter

Fast and versatile Adapter for RecyclerView which regroups several features into one library to considerably improve the user experience :-)
Apache License 2.0
3.55k stars 548 forks source link

collapse section which has a recycler view in it. #702

Closed preyesm closed 5 years ago

preyesm commented 5 years ago

Hi, I am currently stuck at an issue. While the IExpandable's toggle expansion works fine if the sub sections are of IflexibleItems with only one layout. But if the sub-section has a recycler view(horizontal layout manager) in itself and i try to collapse the Expandable header, it collapses and re-expands. Any idea why?

preyesm commented 5 years ago

My mistake, I returned false for the equals method, which resulted in non closure of the section. Hence closing this issue.