Merge "Don't restart input in the middle of a batch." into jb-mr1-dev
This commit is contained in:
@@ -278,7 +278,6 @@ public final class WebViewClassic implements WebViewProvider, WebViewProvider.Sc
|
||||
super.setComposingText(limitedText, newCursorPosition);
|
||||
updateSelection();
|
||||
if (limitedText != text) {
|
||||
restartInput();
|
||||
int lastCaret = start + limitedText.length();
|
||||
finishComposingText();
|
||||
setSelection(lastCaret, lastCaret);
|
||||
|
||||
Reference in New Issue
Block a user