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

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

Merge branch '7993-s-page_icon_move' into 'v1-s'

feat: Change page move offset

See merge request e/os/BlissLauncher3!43
parents ed1f192b cd3fdc56
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;