Skip to content
Commit 5c2f11d4 authored by Feng Cao's avatar Feng Cao
Browse files

When starting new session, make autofill manager service to not clear inline suggestions

* This is to handle the case where when coming back from the
  attribution dialog, the augmented autofill is retriggered which
  cause the old inline session with the IME to be destroyed and a
  new one created, in which case we used to send an empty response
  to IME to clear the suggestions. But this would cause flicker in
  the IME side, between the time when it's cleared and the new
  suggestions arrive.
* It's safe to remove this becasue we now rely on the onStartInput
  (or onFinishInput)  in the IME side to clear the suggestions
  anyways.

Test: atest android.autofillservice.cts.inline
Bug: 157515522

Change-Id: Ie7cb8b164b7f5352632ee509ea978a2d421f5e5b
parent faee762b
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment