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

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

Merge "Not recycling input events sent by the tests." into main

parents c0b9b422 b56c8b5c
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1789,7 +1789,6 @@ public final class LauncherInstrumentation {
    private void injectEvent(InputEvent event) {
        assertTrue("injectInputEvent failed: event=" + event,
                mInstrumentation.getUiAutomation().injectInputEvent(event, true, false));
        event.recycle();
    }

    public void sendPointer(long downTime, long currentTime, int action, Point point,