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

Commit bab908bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Disable waiting for animation from event injection" into sc-dev

parents f209a77a 288960b5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1214,7 +1214,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, true, false));
        event.recycle();
    }