You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So for the 1st FlexLine in FlexboxLayout, indexInFlexLine starts at 1, but for all subsequent FlexLines in the FlexboxLayout, indexInFlexLine starts at 0.
Expected behavior
indexInFlexLine should be consistently 0-indexed
Version of the flexbox library
3.0.0
The text was updated successfully, but these errors were encountered:
Issues and steps to reproduce
In FlexboxHelper.calculateFlexLines(), there is the following code block:
So for the 1st FlexLine in FlexboxLayout,
indexInFlexLine
starts at 1, but for all subsequent FlexLines in the FlexboxLayout,indexInFlexLine
starts at 0.Expected behavior
indexInFlexLine
should be consistently 0-indexedVersion of the flexbox library
3.0.0
The text was updated successfully, but these errors were encountered: