mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Do not auto-correct upon starting a gesture." into jb-mr1-dev
This commit is contained in:
commit
a3f06baa57
@ -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…
x
Reference in New Issue
Block a user