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

Commit c3348eb8 authored by Joanne Chung's avatar Joanne Chung Committed by Android (Google) Code Review
Browse files

Merge "Add missing tests for inline input part."

parents f90cdd8f 8792ff2e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -80,7 +80,6 @@ public final class InlineSuggestionInfo implements Parcelable {
            @NonNull InlinePresentationSpec presentationSpec,
            @NonNull @Source String source,
            @Nullable String[] autofillHints) {
        // TODO(b/147394280): Add CTS test for the type field.
        return new InlineSuggestionInfo(presentationSpec, source, autofillHints, TYPE_SUGGESTION);
    }