This commit is contained in:
Grishka 2023-11-21 21:17:30 +03:00
parent 96265010bf
commit 6f1a33b76e
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class WrappingLinearLayout extends ViewGroup{
xOffset+=mlp.leftMargin+mlp.rightMargin;
}
firstInRow=false;
}else{
}else if(currentRowIndex<rowHeights.size()-1){
xOffset=rtl ? getPaddingRight() : getPaddingLeft();
yOffset+=rowHeight+verticalGap;
currentRowIndex++;