Skip to content

Commit

Permalink
fix(android): remove dispatch layout in onLayout for RecyclerViewBase
Browse files Browse the repository at this point in the history
  • Loading branch information
siguangli2018 authored and zoomchan-cxj committed Nov 24, 2021
1 parent 2bec712 commit 2c3d378
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -2331,9 +2331,7 @@ protected void onLayout(boolean changed, int l, int t, int r, int b)
}
handleOnLayoutChange();
}
eatRequestLayout();
dispatchLayout();
resumeRequestLayout(false);

if (changed)
{
if (mIsChangingMode)
Expand Down

0 comments on commit 2c3d378

Please sign in to comment.