Retain minWidth and minHeight when copying ItemInfo instance
Co-authored-by: Patryk Michalik <contact@patrykmichalik.com>
This commit is contained in:
committed by
GitHub
parent
edf1276dfe
commit
44bed5d424
@@ -164,6 +164,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;
|
||||
|
||||
Reference in New Issue
Block a user