nickbutcher / plaid

An Android app which provides design news & inspiration as well as being an example of implementing material design.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ConcurrentModificationException SlideInItemAnimator.endAnimations(SlideInItemAnimator.kt:183)

IMoHaMeDHaMdYI opened this issue · comments

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