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

Commit b63ed2d4 authored by Harry Cutts's avatar Harry Cutts Committed by Android (Google) Code Review
Browse files

Merge "InputManager: fix grammar in verifyInputEvent JavaDoc" into main

parents 4dde0d73 482c51a8
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -963,11 +963,10 @@ public final class InputManager {
     * originate from the system, just that we were unable to verify it. This can
     * happen for a number of reasons during normal operation.
     *
     * @param event The {@link android.view.InputEvent} to check
     * @param event The {@link android.view.InputEvent} to check.
     *
     * @return {@link android.view.VerifiedInputEvent}, which is a subset of the provided
     * {@link android.view.InputEvent}
     *         {@code null} if the event could not be verified.
     *     {@link android.view.InputEvent}, or {@code null} if the event could not be verified.
     */
    @Nullable
    public VerifiedInputEvent verifyInputEvent(@NonNull InputEvent event) {