nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.
Apache License 2.0
16.26k stars 3.16k forks source link

ConcurrentModificationException SlideInItemAnimator.endAnimations(SlideInItemAnimator.kt:183) #842

Open IMoHaMeDHaMdYI opened 3 years ago

IMoHaMeDHaMdYI commented 3 years ago

Reproduce

In the case I have an activity with an adapter of fragments

My case

crash

Solution I used

I used CopyOnWriteArrayList instead of MutableList in the ViewHolders List