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

Commit 419cac7a authored by patmanning's avatar patmanning Committed by Pat Manning
Browse files

Exit hover after taskbar unstash to clean up events between tests.

Fix: 281068877
Test: TaplTestsTaskbar
Change-Id: I5cbac63cb96788bf84bf5dc0e60a7d5c579c1438
parent 3a75b494
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);
        }
    }