RecyclerTreeView
RecyclerTreeView copied to clipboard
Rotated ViewHolder arrows are being reused by the RecyclerView leaving arrow in an inconsistent state.
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().