Fixed
Status Update
Comments
be...@google.com <be...@google.com> #2
Related: issue 74279367
ra...@google.com <ra...@google.com> #3
Until resource processing API is added to the R8, AGP can handle resources by simply copying them. This will match the default Proguard behavior.
mo...@google.com <mo...@google.com>
ap...@google.com <ap...@google.com> #4
I've uploaded ag/I654e91d006c8a47d7c5e5eb3661434da5002fe18 to just copy the Java resources to the output.
pr...@google.com <pr...@google.com> #5
This is now fixed in the plugin. There is more work to be done in R8 regarding Java resources, but we should track that in a separate bug.
Fixed in: 3.2.0-alpha07.
Fixed in: 3.2.0-alpha07.
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 cl/690811317 MainActivity.kt
2. Create several buttons under AndroidView. And several buttons outside of AndroidView in compose
3. Add an onKeyEvent on AndroidView that request focus for the buttons in compose.
3. Press the key that set in the onKeyEvent. The focus will move to the next AndroidView button instead of buttons incompose.
Stack trace (if applicable):