Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 46361bbb authored by Android Build Merger (Role)'s avatar Android Build Merger (Role) Committed by Android (Google) Code Review
Browse files

Merge "Merge "Fix TileLayout#onMeasure" into qt-dev am: 23feab43 am: efccc88e"

parents c0131887 15316675
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -126,7 +126,7 @@ public class TileLayout extends ViewGroup implements QSTileLayout {
                (mRows != 0 ? (mCellMarginTop - mCellMarginVertical) : 0);
        if (height < 0) height = 0;

        setMeasuredDimension(width + getPaddingStart() + getPaddingEnd(), height);
        setMeasuredDimension(width, height);
    }

    /**