Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit be38cccd authored by George Mount's avatar George Mount Committed by Android Git Automerger
Browse files

am ed9960ff: Merge "Don\'t restart input in the middle of a batch." into jb-mr1-dev

* commit 'ed9960ff':
  Don't restart input in the middle of a batch.
parents c0e102cf ed9960ff
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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);