RecyclerTreeView icon indicating copy to clipboard operation
RecyclerTreeView copied to clipboard

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

Open aljohnston112 opened this issue 5 years ago • 0 comments

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().

aljohnston112 avatar Oct 18 '20 18:10 aljohnston112