am 0108e4b1: am a3f06baa: Merge "Do not auto-correct upon starting a gesture." into jb-mr1-dev
* commit '0108e4b12f678946f05940d8002830a2fed3010f': Do not auto-correct upon starting a gesture.main
commit
3f7e9f824c
|
@ -1401,7 +1401,7 @@ public class LatinIME extends InputMethodService implements KeyboardActionListen
|
|||
public void onStartBatchInput() {
|
||||
mConnection.beginBatchEdit();
|
||||
if (mWordComposer.isComposingWord()) {
|
||||
commitCurrentAutoCorrection(LastComposedWord.NOT_A_SEPARATOR);
|
||||
commitTyped(LastComposedWord.NOT_A_SEPARATOR);
|
||||
mExpectingUpdateSelection = true;
|
||||
// TODO: Can we remove this?
|
||||
mSpaceState = SPACE_STATE_PHANTOM;
|
||||
|
|
Loading…
Reference in New Issue