Fixed
Status Update
Comments
kl...@google.com <kl...@google.com>
ap...@google.com <ap...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
na...@google.com <na...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Currently
performTextClearance()
,performTextReplacement()
, andperformTextSelection()
are all implemented by directly sendingEditCommands
to the text field'sEditProcessor
. They should call theSetText
andSetSelection
commands instead.Also for IME, but see b/269633506 .