Fixed
Status Update
Comments
po...@google.com <po...@google.com>
an...@google.com <an...@google.com> #2
Howdy it's jb, who the fuck is this
mo...@google.com <mo...@google.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.
vs...@gmail.com <vs...@gmail.com> #4
Please provide the information as requested in comment #3 , For us to further investigate this issue.
ae...@google.com <ae...@google.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
ap...@google.com <ap...@google.com> #6
fyi, as noted in the first message, this bug happens on Android 7 and later
Description
Jetpack Compose release version: 1.0.0-alpha10
Steps to Reproduce:
Expected printout:
150 x 150
Actual printout:
50 x 50
On the other hand if I replace
onSizeChanged
withlayout
it prints expected result.