google / flexbox-layout

Flexbox for Android
Apache License 2.0
18.22k stars 1.79k forks source link

multi type adapter scrolling laggy #604

Open jarvis1801 opened 2 years ago

jarvis1801 commented 2 years ago

Issues and steps to reproduce

multi type adapter scrolling laggy A type: width match parent B type: width wrap content flexDirection : row wrap

A type like section header, B type is chip view, one (A) to many (B), and many (A) in Recyclerview

when scroll it always stop the scroll immediately even I do nothing in onBind for two types of item

LinearLayoutManager can normal scroll perfectly

Expected behavior

scroll normal

Version of the flexbox library

3.0.0

Link to code