Avoid hiding the toolbar and pinned keys during inline autofill (#474)

This commit is contained in:
arcarum 2024-02-07 23:49:38 +04:00 committed by GitHub
parent ea2e2b301b
commit abc23d23be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 137 additions and 14 deletions

View file

@ -1346,8 +1346,9 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
final View inlineSuggestionView = InlineAutofillUtils.createView(inlineSuggestions, mDisplayContext);
// Without this function the inline autofill suggestions will not be visible
mHandler.cancelResumeSuggestions();
mHandler.cancelUpdateSuggestionStrip();
mSuggestionStripView.setInlineSuggestionsView(inlineSuggestionView);
return true;