Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5be43107 authored by Feng Cao's avatar Feng Cao Committed by Automerger Merge Worker
Browse files

Merge "Merge the autofill provider's inline spec with the IME's spec for...

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

Change-Id: I65f19f5b91323cab3a75146e38747b25bc6d7f74
parents 13c61379 e5406ac7
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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());
    }