mirror of
https://github.com/Helium314/HeliBoard.git
synced 2025-05-19 08:20:15 +00:00
fix issues with suggestions
This commit is contained in:
parent
d5902a7f2c
commit
cfa27dbb7f
4 changed files with 27 additions and 3 deletions
|
@ -105,7 +105,7 @@ public final class InputAttributes {
|
|||
|
||||
// TODO: Have a helper method in InputTypeUtils
|
||||
// Make sure that passwords are not displayed in {@link SuggestionStripView}.
|
||||
mShouldShowSuggestions = !(mIsPasswordField || flagNoSuggestions);
|
||||
mShouldShowSuggestions = !mIsPasswordField;
|
||||
|
||||
mShouldInsertSpacesAutomatically = InputTypeUtils.isAutoSpaceFriendlyType(inputType);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue