youlookwhat / ByRecyclerView

🔥 RecyclerView 下拉刷新、上拉松手/自动加载更多、item点击/长按、item局部刷新、头布局/尾布局/状态布局、万能分割线、Skeleton骨架图、极简adapter、嵌套滑动置顶
https://youlookwhat.github.io/ByRecyclerView
Apache License 2.0
798 stars 139 forks source link

fileAdapter.getItemData(i) 报错 java.lang.IndexOutOfBoundsException: Index: 1, Size: 1 #52

Closed chengzhuangjie closed 2 years ago

youlookwhat commented 2 years ago

感谢反馈,是的,小概率会发生这样的问题,我马上处理一下发一个版本

youlookwhat commented 2 years ago

@chengzhuangjie 可以依赖最新的版本哈:implementation 'com.github.youlookwhat:ByRecyclerView:1.3.1'

然后需要对getItemData()得到的数据做下非空判断。