Fixed
Status Update
Comments
jb...@google.com <jb...@google.com>
ap...@google.com <ap...@google.com> #2
since these are in public API (:/) we need to do this in 1.2
jb...@google.com <jb...@google.com> #3
since it is already marked as deprecated, we can probably do it by now.
pr...@google.com <pr...@google.com> #4
Opening diff shortly
Description
Component used: Navigation
Version used: 2.8.0-beta02
Devices/Android versions reproduced on:
Details
This issue occurs when doing simple navigation using compose navigation to build a stack and then pop items using the back gesture with predictive back.
When a back gesture is in progress, sometimes the predictive back transition animation incorrectly shows the destination that will be popped behind the next destination that will be moved to top of the stack.
This does not seem to occur when the same transitions are triggered without a back gesture, either by device back button, or by programmatically popping the stack.
I haven't narrowed down the exact scenario this does and doesn't occur in, but it has been highly reproducible. See attached recording of the below sample app.
Sample project
https://github.com/MrNope/navigation-compose-animation-zindex-bug-demo
Steps to reproduce in sample project:
Expected result
Actual result