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

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

Merge "Checking success of injectInputEvent" into ub-launcher3-rvc-dev

parents 2c75d088 623670c2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1159,7 +1159,8 @@ public final class LauncherInstrumentation {
        }

        final MotionEvent event = getMotionEvent(downTime, currentTime, action, point.x, point.y);
        mInstrumentation.getUiAutomation().injectInputEvent(event, true);
        assertTrue("injectInputEvent failed",
                mInstrumentation.getUiAutomation().injectInputEvent(event, true));
        event.recycle();
    }