Merge "Fix cursor state bug"
This commit is contained in:
commit
a09e43ef6e
1 changed files with 0 additions and 1 deletions
|
@ -169,7 +169,6 @@ public final class RichInputConnection {
|
|||
if (DEBUG_BATCH_NESTING) checkBatchEdit();
|
||||
if (DEBUG_PREVIOUS_TEXT) checkConsistencyForDebug();
|
||||
mCommittedTextBeforeComposingText.append(mComposingText);
|
||||
mExpectedCursorPosition += mComposingText.length();
|
||||
mComposingText.setLength(0);
|
||||
if (null != mIC) {
|
||||
mIC.finishComposingText();
|
||||
|
|
Loading…
Reference in a new issue