Skip to content

Commit ed9960f

Browse files
George MountAndroid (Google) Code Review
authored andcommitted
Merge "Don't restart input in the middle of a batch." into jb-mr1-dev
2 parents dfa6c26 + a99dbde commit ed9960f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/java/android/webkit/WebViewClassic.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@ public boolean setComposingText(CharSequence text, int newCursorPosition) {
278278
super.setComposingText(limitedText, newCursorPosition);
279279
updateSelection();
280280
if (limitedText != text) {
281-
restartInput();
282281
int lastCaret = start + limitedText.length();
283282
finishComposingText();
284283
setSelection(lastCaret, lastCaret);

0 commit comments

Comments
 (0)