Fixed
Status Update
Comments
pa...@google.com <pa...@google.com> #2
Howdy it's jb, who the fuck is this
mv...@google.com <mv...@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.
ph...@monzo.com <ph...@monzo.com> #4
Please provide the information as requested in comment #3 , For us to further investigate this issue.
pa...@google.com <pa...@google.com>
je...@google.com <je...@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
ap...@google.com <ap...@google.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.
je...@google.com <je...@google.com>
al...@mercari.com <al...@mercari.com> #9
Any update?
je...@google.com <je...@google.com> #10
We couldn't proceed the dynamic feature implementation, bcz of this issue. kindly provide some update on this issue.
oh...@mozilla.com <oh...@mozilla.com> #11
Now that you are deprecating the "feature" android gradle plugin, will you fix the bugs in the dynamic feature plugin?
ma...@gmail.com <ma...@gmail.com> #12
Anyone has a workaround (except not using dynamic features and putting everything again in one module?)
se...@gmail.com <se...@gmail.com> #13
Comment has been deleted.
Description
Compose
1.0.0-alpha11
doesn't support scrolling in tests in Lazy components (i.e.LazyColumn
andLazyRow
).SemanticsNodeInteraction.performScrollTo
fails to scroll to composables that hasn't been already composed.