4ppleeeee
Results
1
comments of
4ppleeeee
`override fun onLayoutChildren(recycler: RecyclerView.Recycler, state: RecyclerView.State) { mLayout?.requestLayout() removeAndRecycleAllViews(recycler) if (itemCount > 0) { mScrollOffset = getValidOffset(mScrollOffset) loadItemView(recycler) } }` isWrong,dont need to removeAndRecyclerAllViews every time,should code like this: `...