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

Commit 95c96953 authored by Steven Ng's avatar Steven Ng Committed by Android (Google) Code Review
Browse files

Merge "Copy minSpanX & minSpanY when copying from an existing ItemInfo" into sc-dev

parents 61bc5c6c 7b27e7d0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -168,6 +168,8 @@ public class ItemInfo {
        cellY = info.cellY;
        spanX = info.spanX;
        spanY = info.spanY;
        minSpanX = info.minSpanX;
        minSpanY = info.minSpanY;
        rank = info.rank;
        screenId = info.screenId;
        itemType = info.itemType;