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

Commit b1104927 authored by Jonathan Miranda's avatar Jonathan Miranda
Browse files

[automerger] Update hotseat cell height calculation. am: 5044c35b

Change-Id: Iceabd44636cbca45ba76a57835452ab5f24e95df
parents a5a85983 5044c35b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -365,7 +365,7 @@ public class DeviceProfile {
        if (isVerticalBarLayout()) {
            hotseatBarSizePx = iconSizePx;
        }
        hotseatCellHeightPx = iconSizePx + iconDrawablePaddingPx;
        hotseatCellHeightPx = iconSizePx;

        if (!isVerticalBarLayout()) {
            int expectedWorkspaceHeight = availableHeightPx - hotseatBarSizePx