Skip to content

Commit

Permalink
Minor fix 2
Browse files Browse the repository at this point in the history
  • Loading branch information
balkarov committed Oct 29, 2017
1 parent deb15ba commit adb2e6a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,6 @@ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
rowWidth = childWidth; // The next row width.
height += rowMaxHeight + verticalSpacing;
rowMaxHeight = childHeight; // The next row max height.
row++;
} else { // This line.
rowMaxHeight = Math.max(rowMaxHeight, childHeight);
}
Expand Down

0 comments on commit adb2e6a

Please sign in to comment.