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

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

Merge "Correct wrong drag destination in dragDividerToDismissSplit"

parents ed3036d8 0395d39c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -229,7 +229,7 @@ class SplitScreenHelper(
                ?.layerStackSpace
                ?: error("Display not found")
            val dividerBar = device.wait(Until.findObject(dividerBarSelector), TIMEOUT_MS)
            dividerBar.drag(Point(displayBounds.width, displayBounds.width))
            dividerBar.drag(Point(displayBounds.width * 4 / 5, displayBounds.height * 4 / 5))
        }

        fun doubleTapDividerToSwitch(device: UiDevice) {