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
main
satok 2011-01-18 08:49:56 -08:00 committed by Android Git Automerger
commit 17e7849214
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ public class SuggestedWords {
addWord(previousSuggestions.getWord(pos));
mIsCompletions = false;
mTypedWordValid = false;
mHasMinimalSuggestion = (previousSize > 1);
mHasMinimalSuggestion = false;
return this;
}