— a/packages/apps/Launcher3/src/com/android/launcher3/DeviceProfile.java
+++ b/packages/apps/Launcher3/src/com/android/launcher3/DeviceProfile.java
@@ -345,8 +345,9 @@ public class DeviceProfile {
// Hotseat
if (isVerticalLayout) {
-
hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx
-
+ hotseatBarSidePaddingEndPx;
-
/* hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx
-
+ hotseatBarSidePaddingEndPx; */
-
hotseatBarSizePx = 0; } hotseatCellHeightPx = iconSizePx;
diff --git a/vendor/mediatek/proprietary/packages/apps/Launcher3/src/com/android/launcher3/DeviceProfile.java b/vendor/mediatek/proprietary/packages/apps/Launcher3/src/com/android/launcher3/DeviceProfile.java
index faaa9544c91…a3c8c1f7162 100755
— a/vendor/mediatek/proprietary/packages/apps/Launcher3/src/com/android/launcher3/DeviceProfile.java
+++ b/vendor/mediatek/proprietary/packages/apps/Launcher3/src/com/android/launcher3/DeviceProfile.java
@@ -346,8 +346,9 @@ public class DeviceProfile {
// Hotseat
if (isVerticalLayout) {
-
hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx
-
+ hotseatBarSidePaddingEndPx;
-
// hotseatBarSizePx = iconSizePx + hotseatBarSidePaddingStartPx
-
// + hotseatBarSidePaddingEndPx;
-
hotseatBarSizePx = 0; } hotseatCellHeightPx = iconSizePx;