mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
am 934e3e5f: am da9eb594: Merge "Disable auto-correct when previous suggestion candidates are shown" into honeycomb
* commit '934e3e5fbd31fa45a3e37a9a1b71dcf58b07d1e6': Disable auto-correct when previous suggestion candidates are shown
This commit is contained in:
commit
17e7849214
@ -124,7 +124,7 @@ public class SuggestedWords {
|
||||
addWord(previousSuggestions.getWord(pos));
|
||||
mIsCompletions = false;
|
||||
mTypedWordValid = false;
|
||||
mHasMinimalSuggestion = (previousSize > 1);
|
||||
mHasMinimalSuggestion = false;
|
||||
return this;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user