Fix inline tooltip position is wrong
The PopupWindow will show up above the anchor with the real rectangle. If the anchor is doing an animation, it will get a temporary top of the anchor because the rectangle is conisince changed by the animation. So attach tooltip after a while for waiting the animation is done. And when the tooltip overrides the inline suggestion, clicking the suggestion won't work. Force the y offset above or below the anchor to fix the problem. Bug: 223088398 Test: atest android.autofillservice.cts.inline.InlineTooltipTest Change-Id: I068efc3d20f4486decd2c9e690ebeb2981fb6722
Loading
Please register or sign in to comment