diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java index af574cfd61..876c8780ea 100644 --- a/src/com/android/launcher3/DeviceProfile.java +++ b/src/com/android/launcher3/DeviceProfile.java @@ -540,7 +540,7 @@ public class DeviceProfile { } // Have a little space between the inset and the QSB - if (isQsbEnable && mInsets.bottom + minQsbMargin > hotseatBarBottomSpace) { + if (!isQsbEnable && mInsets.bottom + minQsbMargin > hotseatBarBottomSpace) { int availableSpace = hotseatQsbSpace - (mInsets.bottom - hotseatBarBottomSpace); // Only change the spaces if there is space