diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java index 28e0cf2de7..9a3480b6a8 100644 --- a/src/com/android/launcher3/DeviceProfile.java +++ b/src/com/android/launcher3/DeviceProfile.java @@ -886,6 +886,10 @@ public class DeviceProfile { updateIconSize(1f, res); updateWorkspacePadding(); + if (mIsResponsiveGrid) { + return 0; + } + // Check to see if the icons fit within the available height. float usedHeight = getCellLayoutHeightSpecification(); final int maxHeight = getCellLayoutHeight();