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

Commit 26668901 authored by Pat Manning's avatar Pat Manning Committed by Android (Google) Code Review
Browse files

Merge "Exit hover after taskbar unstash to clean up events between tests." into udc-dev

parents b33a2e07 419cac7a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -223,6 +223,9 @@ public final class LaunchedAppState extends Background {
                    new Point(taskbarUnstashArea.x, taskbarUnstashArea.y), null);

            mLauncher.waitForSystemLauncherObject(TASKBAR_RES_ID);

            mLauncher.sendPointer(downTime, downTime, MotionEvent.ACTION_HOVER_EXIT,
                    new Point(taskbarUnstashArea.x, taskbarUnstashArea.y), null);
        }
    }