Loading src/com/android/launcher3/DeviceProfile.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading Loading
src/com/android/launcher3/DeviceProfile.java +1 −1 Original line number Diff line number Diff line Loading @@ -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; } Loading