muditsen / multilevelrecyclerview

This is extension of recycler view to make it behave as multilevel expandable list view.
48 stars 24 forks source link

First Row Always Expanded #17

Closed ErsinDemirbas closed 3 years ago

ErsinDemirbas commented 3 years ago

Hello, when I open the list activity first row expanded by default so how can I change this?

ErsinDemirbas commented 3 years ago

I found the solution, I hope this answer will help someone

multiLevelRecyclerView.openTill(0, 1, 2, 3); just delete this this line of code or you can manupulate it as you wish.