mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-12-05 05:37:53 +08:00
add some losted inits of recyclerview
This commit is contained in:
parent
35124263e5
commit
0b3e3cac7d
@ -142,6 +142,11 @@ void RecyclerView::initRecyclerView(){
|
||||
mVelocityTracker = nullptr;
|
||||
mLayout = nullptr;
|
||||
mAdapter= nullptr;
|
||||
mMinMaxLayoutPositions[0] = mMinMaxLayoutPositions[1] = 0;
|
||||
mScrollOffset[0] = mScrollOffset[1] = 0;
|
||||
mScrollConsumed[0] = mScrollConsumed[1] = 0;
|
||||
mNestedOffsets[0] = mNestedOffsets[1] = 0;
|
||||
mScrollStepConsumed[0] = mScrollStepConsumed[1] = 0;
|
||||
mScrollingChildHelper = nullptr;
|
||||
mFirstLayoutComplete = false;
|
||||
mEdgeEffectFactory = new EdgeEffectFactory();
|
||||
|
Loading…
Reference in New Issue
Block a user