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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue