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

Commit 85e52e2f authored by Thales Lima's avatar Thales Lima Committed by Android (Google) Code Review
Browse files

Merge "Fix QSB alignment" into tm-qpr-dev

parents a5ae4c2e 616e0102
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1148,7 +1148,7 @@ public class DeviceProfile {

    private int getHotseatBottomPadding() {
        if (isQsbInline) {
            return getQsbOffsetY() - (Math.abs(hotseatQsbHeight - hotseatCellHeightPx) / 2);
            return getQsbOffsetY() + ((hotseatQsbHeight - hotseatCellHeightPx) / 2);
        } else {
            return (getQsbOffsetY() - taskbarSize) / 2;
        }