Loading src/com/android/launcher3/DeviceProfile.java +5 −0 Original line number Diff line number Diff line Loading @@ -954,6 +954,11 @@ public class DeviceProfile { int bottomPadding; if (mode == SysUINavigationMode.Mode.NO_BUTTON) { bottomPadding = verticalPadding; if (LineageSettings.System.getInt(context.getContentResolver(), LineageSettings.System.NAVIGATION_BAR_HINT, 0) != 1) { bottomPadding -= hotseatBarTopPaddingPx / 2; verticalPadding += hotseatBarTopPaddingPx + (hotseatBarTopPaddingPx / 2); } } else { bottomPadding = verticalPadding + Math.round(mInsets.bottom / 1.5f); } Loading Loading
src/com/android/launcher3/DeviceProfile.java +5 −0 Original line number Diff line number Diff line Loading @@ -954,6 +954,11 @@ public class DeviceProfile { int bottomPadding; if (mode == SysUINavigationMode.Mode.NO_BUTTON) { bottomPadding = verticalPadding; if (LineageSettings.System.getInt(context.getContentResolver(), LineageSettings.System.NAVIGATION_BAR_HINT, 0) != 1) { bottomPadding -= hotseatBarTopPaddingPx / 2; verticalPadding += hotseatBarTopPaddingPx + (hotseatBarTopPaddingPx / 2); } } else { bottomPadding = verticalPadding + Math.round(mInsets.bottom / 1.5f); } Loading