TellH / RecyclerTreeView

TreeView implement in Android with RecyclerView.
Apache License 2.0
651 stars 117 forks source link

Rotated ViewHolder arrows are being reused by the RecyclerView leaving arrow in an inconsistent state. #52

Open aljohnston112 opened 4 years ago

aljohnston112 commented 4 years ago

One way to fix this is to check a boolean associated with each directory's state, and to rotate the arrow to a consistent state in onBindViewHolder().