We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dfa6c26 + a99dbde commit ed9960fCopy full SHA for ed9960f
1 file changed
core/java/android/webkit/WebViewClassic.java
@@ -278,7 +278,6 @@ public boolean setComposingText(CharSequence text, int newCursorPosition) {
278
super.setComposingText(limitedText, newCursorPosition);
279
updateSelection();
280
if (limitedText != text) {
281
- restartInput();
282
int lastCaret = start + limitedText.length();
283
finishComposingText();
284
setSelection(lastCaret, lastCaret);
0 commit comments