Open
Description
- I have searched existing issues and confirmed this is not a duplicate
Issues and steps to reproduce
- FlexboxLayoutManager did not display all items with FlexWrap.WRAP and FlexDirection.COLUMN
- some item lost
this is main code
FlexboxLayoutManager layoutManager = new FlexboxLayoutManager(this);
layoutManager.setFlexWrap(FlexWrap.WRAP);
layoutManager.setFlexDirection(FlexDirection.COLUMN);
Expected behavior
FlexboxLayoutManager should display all items
Version of the flexbox library
com.google.android:flexbox:1.0.0
Link to code
Metadata
Metadata
Assignees
Labels
No labels