mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Remove redundant call to updateEditingState in sendKeyEvent (flutter/engine#13175)
See https://github.com/flutter/flutter/issues/41005
This commit is contained in:
parent
e8bea5e329
commit
27cd426259
@ -213,7 +213,6 @@ class InputConnectionAdaptor extends BaseInputConnection {
|
||||
mEditable.delete(selStart, selEnd);
|
||||
mEditable.insert(selStart, String.valueOf((char) character));
|
||||
setSelection(selStart + 1, selStart + 1);
|
||||
updateEditingState();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user