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

Commit 616e0102 authored by Thales Lima's avatar Thales Lima
Browse files

Fix QSB alignment

Fix: 232908328
Test: manual
Change-Id: If5516be6b8f7142577257f5ec5b5dfa8feca445d
parent b751033f
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;
        }