All recyclerviews crashes sometimes, when I scroll the list fast, since I\'ve updated to support lib 25.0.0. There is no layout animator and the everything worked fine, with
It can also happen if you set android:orientation="horizontal" on RecyclerView in XML. Removing it will prevent the crash.
android:orientation="horizontal"
RecyclerView