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

Commit fd64b4f2 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Cleanup tapl test workaround" into tm-dev

parents 0191a02a 015d44ae
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -389,8 +389,7 @@ public final class Workspace extends Home {
            // Since the destination can be on another page, we need to drag to the edge first
            // until we reach the target page
            while (targetDest.x > displayX || targetDest.x < 0) {
                // TODO: b/219919285
                int edgeX = targetDest.x > 0 ? displayX - 1 : 1;
                int edgeX = targetDest.x > 0 ? displayX : 0;
                Point screenEdge = new Point(edgeX, targetDest.y);
                Point finalDragStart = dragStart;
                executeAndWaitForPageScroll(launcher,