Android-Expandable-ConcatAdapter icon indicating copy to clipboard operation
Android-Expandable-ConcatAdapter copied to clipboard

Illegal state exception

Open stanislav-elovskiy-gismart opened this issue 2 years ago • 0 comments

Case:

  1. 4 groups
  2. 7 elements in each group
  3. Collapse all
  4. Expand all (fast from 4 to 1)

Exception produced by animation, to avoid this you need put viewHolder.setRecyclable(false) in recordPreLayoutInformation and holder.setIsRecyclable(true) after holder.binding.arrowImage.rotation = postInfo.arrowRotation