muditsen / multilevelrecyclerview

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

Expand icon doesn't maintain state while scrolling #16

Closed kishorejethava closed 5 months ago

kishorejethava commented 3 years ago

Issue : While scrolling, the state of expanded icon changed.

Reason : because when we click on expand icon, we are rotating it -180 and degree will be same for the collapse(unexpanded) Icon.

Solution: Just rotate icon without animation based on state of icon during scrolling.