am df7c3683: am ac25fcac: Display punctuation suggestions on cursor move
* commit 'df7c3683c56702ef273fd7355de7ccbda56c6a5e': Display punctuation suggestions on cursor movemain
commit
6dee368f2a
|
@ -1045,7 +1045,11 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
||||||
// the composing word, reset the last composed word, tell the inputconnection about it.
|
// the composing word, reset the last composed word, tell the inputconnection about it.
|
||||||
private void resetEntireInputState() {
|
private void resetEntireInputState() {
|
||||||
resetComposingState(true /* alsoResetLastComposedWord */);
|
resetComposingState(true /* alsoResetLastComposedWord */);
|
||||||
|
if (mCurrentSettings.mBigramPredictionEnabled) {
|
||||||
clearSuggestionStrip();
|
clearSuggestionStrip();
|
||||||
|
} else {
|
||||||
|
setSuggestionStrip(mCurrentSettings.mSuggestPuncList, false);
|
||||||
|
}
|
||||||
mConnection.finishComposingText();
|
mConnection.finishComposingText();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue