Merge "Fix wrong parameter fieldIndex caused IndexOutOfBoundsException" into rvc-dev am: 599d349712 am: e674a80f70 am: 771dceaef4
Change-Id: I2dd17a839b0dcfffcc23627a6ff43917785178dd
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