DingMouRen / LayoutManagerGroup

:point_right: Customize the LayoutManager of RecyclerView(自定义LayoutManager)
4.98k stars 679 forks source link

切换Fragment出现PickerLayoutManager下标越界的问题 #34

Open getglory opened 6 years ago

getglory commented 6 years ago

切换Fragment时,会出现IndexOutOfBoundsException,似乎PickerLayoutManager的onMeasure方法中,不能用getItemCount,而要用state.getItemCount()来判断