grennis / ExpandableRecyclerView

Recycler view adapter that adds expandable / collapsible items
MIT License
85 stars 40 forks source link

GetChild from recyclerview returns expanded child data. How to avoid this. #17

Open raghulsugathan opened 8 years ago

raghulsugathan commented 8 years ago

I need to take child cound of the recyclerview. When a child ia expanded and after that when I took a count it is returning expanded child detaila. How to avoid this. I need only child data without expanded item details.