Fixed
Status Update
Comments
ap...@google.com <ap...@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.
pr...@google.com <pr...@google.com> #4
We are also seeing this crash in prod after bumping to 1.7+
pr...@google.com <pr...@google.com> #5
#1 - could you attach a sample if you can reproduce this consistently?
Description
Jetpack Compose component used: AndroidView, Focus
Android Studio Build: uild #AI-233.14808.21.2331.11574862
Kotlin version: Latest
Steps to Reproduce or Code Sample to Reproduce:
1. See attached zip file for the demo repro.
2. Also see attached image diagram to demonstrate what the minimum requirement to trigger the issues