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

Commit 604e7bd6 authored by Sunny Goyal's avatar Sunny Goyal
Browse files

Revert "Show all apps app names in multi window landscape"

This reverts commit 1c3c3b1d.

Reason for revert: Broke multi-window rotation and secondary display

Change-Id: I907b21ca82cf2e25f8abe7a09eafd6dec817f81b
(cherry picked from commit 157e6660)
parent b263e6fe
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -271,7 +271,7 @@ public class DeviceProfile {
        // In multi-window mode, we can have widthPx = availableWidthPx
        // In multi-window mode, we can have widthPx = availableWidthPx
        // and heightPx = availableHeightPx because Launcher uses the InvariantDeviceProfiles'
        // and heightPx = availableHeightPx because Launcher uses the InvariantDeviceProfiles'
        // widthPx and heightPx values where it's needed.
        // 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);
                mwSize.x, mwSize.y, isLandscape, true);


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