Android-Expandable-ConcatAdapter
                                
                                
                                
                                    Android-Expandable-ConcatAdapter copied to clipboard
                            
                            
                            
                        Illegal state exception
Case:
- 4 groups
 - 7 elements in each group
 - Collapse all
 - 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