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

Commit 3c011b27 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Fix wrong parameter fieldIndex caused IndexOutOfBoundsException" into rvc-dev am: 599d3497

Change-Id: I43907333457bedcbaaf8556eae41e9ddbe76e7e8
parents 48976ab9 599d3497
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());