Disable auto-correct when previous suggestion candidates are shown
Change-Id: I16717f0c67950297a077a15b2b6492180c0bc54bmain
parent
7766340cac
commit
cff6d09595
|
@ -124,7 +124,7 @@ public class SuggestedWords {
|
||||||
addWord(previousSuggestions.getWord(pos));
|
addWord(previousSuggestions.getWord(pos));
|
||||||
mIsCompletions = false;
|
mIsCompletions = false;
|
||||||
mTypedWordValid = false;
|
mTypedWordValid = false;
|
||||||
mHasMinimalSuggestion = (previousSize > 1);
|
mHasMinimalSuggestion = false;
|
||||||
return this;
|
return this;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue