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

Commit 1c3c3b1d authored by Samuel Fufa's avatar Samuel Fufa
Browse files

Show all apps app names in multi window landscape

Bug: 145019195
Test: Manual
Change-Id: I14af825e3d23a54de54d22625bfd427563269211
parent 28c3e455
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, originalIdp, mwSize, mwSize,
        DeviceProfile profile = new DeviceProfile(context, inv, null, mwSize, mwSize,
                mwSize.x, mwSize.y, isLandscape, true);

        // If there isn't enough vertical cell padding with the labels displayed, hide the labels.