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

Commit 3d2f9d14 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Added missing AutofillEventType so lint doesn't complain.

am: 3dec72b6

Change-Id: I858b95d6b94343c5d6c596c30adf4ad6baa772e6
parents 36f6ccfd 3dec72b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1757,7 +1757,7 @@ public final class AutofillManager {
    public abstract static class AutofillCallback {

        /** @hide */
        @IntDef({EVENT_INPUT_SHOWN, EVENT_INPUT_HIDDEN})
        @IntDef({EVENT_INPUT_SHOWN, EVENT_INPUT_HIDDEN, EVENT_INPUT_UNAVAILABLE})
        @Retention(RetentionPolicy.SOURCE)
        public @interface AutofillEventType {}