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

Commit 667ad9b0 authored by TYM Tsai's avatar TYM Tsai Committed by Android (Google) Code Review
Browse files

Merge "Fix no FillContext when auth for client suggestions"

parents ada7a7d3 9ae0d4b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4281,6 +4281,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
        if (mContexts == null) {
            mContexts = new ArrayList<>(1);
        }
        mContexts.add(new FillContext(requestId, new AssistStructure(), mCurrentViewId));

        if (inlineSuggestionsRequest != null && !inlineSuggestionsRequest.isClientSupported()) {
            inlineSuggestionsRequest = null;