Fixed
Status Update
Comments
ia...@google.com <ia...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
Android build
Which Android build are you using? (e.g. UQ1A.240205.002)
Device used
Which device did you use to reproduce this issue?
Are you reporting this as a Developer or User?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:https://developer.android.com/studio/debug/bug-report#bugreportdevice
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
Android build
Which Android build are you using? (e.g. UQ1A.240205.002)
Device used
Which device did you use to reproduce this issue?
Are you reporting this as a Developer or User?
Android bug report (to be captured after reproducing the issue)
For steps to capture a bug report, please refer:
Alternate method
Navigate to “Developer options”, ensure “USB debugging” is enabled, then enable “Bug report shortcut”. Capture bug report by holding the power button and selecting the “Take bug report” option.
Note: Please upload the bug report to google drive and share the folder to android-bugreport@google.com, then share the link here.
tr...@google.com <tr...@google.com> #3
Please provide the requested information to proceed further. Unfortunately the issue will be closed within 7 days if there is no further update.
tr...@google.com <tr...@google.com> #4
We are closing this issue since we didn't receive a response. If you are still facing this problem, please open a new issue and add the relevant information along with reference to this issue.
ma...@google.com <ma...@google.com> #5
Downgrading the priority since it seems to be related to an AnimatedPane interaction specifically.
ma...@google.com <ma...@google.com>
ma...@google.com <ma...@google.com>
na...@google.com <na...@google.com> #6
The following release(s) address this bug.It is possible this bug has only been partially addressed:
androidx.compose.material3.adaptive:adaptive-navigation:1.1.0-alpha07
androidx.compose.material3.adaptive:adaptive-navigation-android:1.1.0-alpha07
androidx.compose.material3.adaptive:adaptive-navigation-jvmstubs:1.1.0-alpha07
Description
1.1 snapshot: 12421028
If you enable predictive back and use a
NavigableListDetailPaneScaffold
, dragging the gesture to start it and then moving back to the original position to release and cancel it results in a weird limbo state. The modifiers from the list pane will be used but the content won't, so it doesn't seem to reset to details correctly.Sample code: