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

Change-Id: I597d7b27cc1b070eaa2151e4a30be4e4714f019d
This commit is contained in:
Automerger Merge Worker
2020-02-25 02:34:55 +00:00

View File

@@ -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());