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