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

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

Merge "Fix wrong parameter fieldIndex caused IndexOutOfBoundsException" into rvc-dev

parents ba58fd61 b0b721bb
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -162,7 +162,8 @@ public final class InlineSuggestionFactory {
                continue;
            }
            InlineSuggestion inlineSuggestion = createInlineSuggestion(isAugmented, dataset,
                    fieldIndex, mergedInlinePresentation(request, datasetIndex, inlinePresentation),
                    datasetIndex,
                    mergedInlinePresentation(request, datasetIndex, inlinePresentation),
                    onClickFactory, remoteRenderService, onErrorCallback,
                    request.getHostInputToken(), request.getHostDisplayId());