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

Commit 08e24e14 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Attempts fixing DismissSplitScreenByDivider flakiness" into udc-qpr-dev am: 48a3533f

parents 313a0b3c 48a3533f
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -326,14 +326,14 @@ internal object SplitScreenUtils {
        dividerBar.drag(
            Point(
                if (dragToRight) {
                    displayBounds.width * 4 / 5
                    displayBounds.right
                } else {
                    displayBounds.width * 1 / 5
                    displayBounds.left
                },
                if (dragToBottom) {
                    displayBounds.height * 4 / 5
                    displayBounds.bottom
                } else {
                    displayBounds.height * 1 / 5
                    displayBounds.top
                }
            )
        )