am da9eb594: Merge "Disable auto-correct when previous suggestion candidates are shown" into honeycomb
* commit 'da9eb5946c0b0a9050f63c5caf13cc50011c0caf': Disable auto-correct when previous suggestion candidates are shownmain
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