renyedi

Results 2 comments of renyedi

I also started seeing these occasionally with recyclerview-animators-2.2.3, com.android.support:recyclerview-v7:23.4.0 on Genymotion (Nexus 5 running Android 5.1). As it stands right now, I can't reproduce it :-( Will add more details...

The fix which worked for me: do not reuse the same animator instance across multiple recycler view instances! I had a static field referring the animator instance. I was creating...