am ed9960ff: Merge "Don\'t restart input in the middle of a batch." into jb-mr1-dev
* commit 'ed9960ff7f93167cc31b779529a3118731873b40': Don't restart input in the middle of a batch.
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