Merge "Fix wrong parameter fieldIndex caused IndexOutOfBoundsException" into rvc-dev am: 599d349712 am: 3c011b271e
Change-Id: I89f22511ad22ac11155064314e2e8c07acb4eea4
This commit is contained in:
@@ -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());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user