“Scrapped or attached views may not be recycled” since support lib 25.0.0

后端 未结 2 2029
遇见更好的自我
遇见更好的自我 2020-12-14 13:12

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

2条回答
  •  旧巷少年郎
    2020-12-14 13:35

    It can also happen if you set android:orientation="horizontal" on RecyclerView in XML. Removing it will prevent the crash.

提交回复
热议问题