Fixed
Status Update
Comments
hv...@gmail.com <hv...@gmail.com> #2
Howdy it's jb, who the fuck is this
so...@google.com <so...@google.com>
hv...@gmail.com <hv...@gmail.com> #3
Can you provide the below requested information to better understand the issue:
Steps to reproduce
Please provide a sample application or apk to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Expected output
Could you please explain the expected behavior.
Current output
Could you please explain the current behavior.
Steps to reproduce
Please provide a sample application or apk to reproduce the issue.
Also kindly mention the steps to be followed for reproducing the issue with the given sample application.
Expected output
Could you please explain the expected behavior.
Current output
Could you please explain the current behavior.
ra...@google.com <ra...@google.com>
ra...@google.com <ra...@google.com> #4
Please provide the information as requested in comment #3 , For us to further investigate this issue.
hv...@gmail.com <hv...@gmail.com> #5
Please find attached a simple testcase.
Steps to reproduce:
- Run the application
- Click on the Button
Expected output
- The Feature 1 activity is shown
Current output
- The Chooser activity is briefly shown
- The Feature 1 activity is shown
Steps to reproduce:
- Run the application
- Click on the Button
Expected output
- The Feature 1 activity is shown
Current output
- The Chooser activity is briefly shown
- The Feature 1 activity is shown
ra...@google.com <ra...@google.com> #6
fyi, as noted in the first message, this bug happens on Android 7 and later
hv...@gmail.com <hv...@gmail.com> #7
Thank you for reporting this issue. We have shared this with our product and engineering team and will update this issue with more information as it becomes available.
ra...@google.com <ra...@google.com> #8
Any update?
ap...@google.com <ap...@google.com> #9
Any update?
ra...@google.com <ra...@google.com> #10
We couldn't proceed the dynamic feature implementation, bcz of this issue. kindly provide some update on this issue.
Description
Jetpack Compose release version:
1.0.0-beta04
Android Studio Build:
#AI-203.7148.57.2031.7242491
Steps to Reproduce:
focusModifier()
beforeonFocusChanged {}
onFocusChanged
is not called even if the element reaches focusSample project that demonstrates the bug can be found athttps://github.com/hvrauhal/compose-focusmodifier-bug
In the following example
BoxWithFocusModifiersInFaultyOrder
is the not working version: