Merge "Speed up tests by injecting input events asynchronously" into ub-launcher3-master

This commit is contained in:
TreeHugger Robot 2020-09-17 01:22:07 +00:00 committed by Android (Google) Code Review
commit 7144004c56
1 changed files with 1 additions and 1 deletions

View File

@ -1204,7 +1204,7 @@ public final class LauncherInstrumentation {
final MotionEvent event = getMotionEvent(downTime, currentTime, action, point.x, point.y);
assertTrue("injectInputEvent failed",
mInstrumentation.getUiAutomation().injectInputEvent(event, true));
mInstrumentation.getUiAutomation().injectInputEvent(event, false));
event.recycle();
}