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

Commit c77a225f authored by Vadim Tryshev's avatar Vadim Tryshev Committed by Android (Google) Code Review
Browse files

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

parents 03857adc 77294477
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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, false));
                mInstrumentation.getUiAutomation().injectInputEvent(event, true));
        event.recycle();
    }