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:
George Mount
2012-08-02 14:57:45 -07:00
committed by Android Git Automerger

View File

@@ -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);