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 every FlexLine may shares the same Top, which is confused to me (in a Row/Wrap, each line stays beneath other line accept for the one on top, so a line's top should be bigger than the line above it).
Can you enlighten me more about this mTop if possible?
The text was updated successfully, but these errors were encountered:
I assume you are using FlexboxLayoutManager, instead of FlexboxLayout.
And I realized there is an issue on calculation of that logic..
Since when the user scrolls, layoutFlexLineMainAxis(Horizontal/Vertical) is called only the new line, the coordinates for existing lines are not updated.
Let me either update the existing lines or make FlexboxLayoutManager not support retrieving the flex lines instance.
In my case, FlexLine top is the same for all lines. In fact, it is understandable as the way it was set is as follow:
So every FlexLine may shares the same Top, which is confused to me (in a Row/Wrap, each line stays beneath other line accept for the one on top, so a line's top should be bigger than the line above it).
Can you enlighten me more about this mTop if possible?
The text was updated successfully, but these errors were encountered: