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

Change-Id: I2dd17a839b0dcfffcc23627a6ff43917785178dd
This commit is contained in:
Automerger Merge Worker
2020-02-25 02:49:23 +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());