Fixed
Status Update
Comments
ra...@google.com <ra...@google.com>
mg...@google.com <mg...@google.com>
pr...@google.com <pr...@google.com> #3
I see the release note in compose-ui 1.7.3:
Fixed exception thrown when the IME is active on an external View and the Next action is used to enter focus on the ComposeView. The clearFocus() behavior aligns with View behavior on API < 28, where clearFocus() can cause the default View to be focused.
However, we can still reproduce this crash with BOM 2024.09.03 and compose-ui 1.7.3.
Description
"For specifics about the clearing sequence, refer to the clear method."
"clear" is a dead link because clear() is marked as internal in the source, so the clearing sequence remains undocumented on