mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-14 05:52:47 +00:00
Avoid hiding the toolbar and pinned keys during inline autofill (#474)
This commit is contained in:
parent
ea2e2b301b
commit
abc23d23be
3 changed files with 137 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue