muditsen / multilevelrecyclerview

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

OpenTill method not working. #15

Closed prafful26 closed 4 years ago

prafful26 commented 4 years ago

Hello there, I have a inner list from which user selects few items so when user come back to the same screen i want to open the tabs from which user has selected the item. now when i pass openTill(0,1,2) it only opens the first tab and all the other tabs are closed i tried passing openTill(0,12) as the first tab has 11 children so but still its not working. can you please help?

muditsen commented 4 years ago

What happened?