Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd3fdc56 authored by Mohammed Althaf T's avatar Mohammed Althaf T 😊
Browse files

feat: Change page move offset

parent ed1f192b
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2693,7 +2693,7 @@ public class Workspace extends PagedView<WorkspacePageIndicatorDots>
            pageIndexesToVerify.add(nextPage + 2);
        }

        int iconOffset = mLauncher.getDeviceProfile().iconSizePx / 3;
        int iconOffset = (int) Math.round(mLauncher.getDeviceProfile().iconSizePx / 1.5);
        int touchX = (int) Math.min(centerX, d.x);
        int touchY = d.y;