Merge "Revert "Show all apps app names in multi window landscape"" into ub-launcher3-rvc-dev

This commit is contained in:
TreeHugger Robot
2020-04-15 00:12:21 +00:00
committed by Android (Google) Code Review
+1 -1
View File
@@ -271,7 +271,7 @@ public class DeviceProfile {
// In multi-window mode, we can have widthPx = availableWidthPx
// and heightPx = availableHeightPx because Launcher uses the InvariantDeviceProfiles'
// widthPx and heightPx values where it's needed.
DeviceProfile profile = new DeviceProfile(context, inv, null, mwSize, mwSize,
DeviceProfile profile = new DeviceProfile(context, inv, originalIdp, mwSize, mwSize,
mwSize.x, mwSize.y, isLandscape, true);
// If there isn't enough vertical cell padding with the labels displayed, hide the labels.