Merge "Fix inline autofill not working if both afservice and keyboard support it, but keyboard disabled inline support manually." into sc-dev
This commit is contained in:
@@ -440,6 +440,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
|
|||||||
if (!mWaitForInlineRequest || mPendingInlineSuggestionsRequest != null) {
|
if (!mWaitForInlineRequest || mPendingInlineSuggestionsRequest != null) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
mWaitForInlineRequest = inlineSuggestionsRequest != null;
|
||||||
mPendingInlineSuggestionsRequest = inlineSuggestionsRequest;
|
mPendingInlineSuggestionsRequest = inlineSuggestionsRequest;
|
||||||
maybeRequestFillLocked();
|
maybeRequestFillLocked();
|
||||||
viewState.resetState(ViewState.STATE_PENDING_CREATE_INLINE_REQUEST);
|
viewState.resetState(ViewState.STATE_PENDING_CREATE_INLINE_REQUEST);
|
||||||
|
|||||||
Reference in New Issue
Block a user