Merge "Merge the autofill provider's inline spec with the IME's spec for authentication case" into rvc-dev am: c505bf8f93

Change-Id: I52599f186ba8d1db25e3dc0c3cde05b2890470e2
This commit is contained in:
Feng Cao
2020-05-14 16:40:43 +00:00
committed by Automerger Merge Worker

View File

@@ -64,7 +64,8 @@ final class InlineSuggestionFactory {
final Consumer<IntentSender> intentSenderConsumer = (intentSender) ->
client.startIntentSender(intentSender, new Intent());
InlinePresentation inlineAuthentication = response.getInlinePresentation();
return createInlineAuthSuggestion(inlineAuthentication,
return createInlineAuthSuggestion(
mergedInlinePresentation(request, 0, inlineAuthentication),
remoteRenderService, onClickFactory, onErrorCallback, intentSenderConsumer,
request.getHostInputToken(), request.getHostDisplayId());
}