Status Update
Comments
jb...@google.com <jb...@google.com> #2
Hello,
Thank you for reaching out to us with your request.
We have duly noted your feedback and will thoroughly validate it. While we cannot provide an estimated time of implementation or guarantee the fulfillment of the issue, please be assured that your input is highly valued. Your feedback enables us to enhance our products and services.
We appreciate your continued trust and support in improving our Google Cloud Platform products. In case you want to report a new issue, Please do not hesitate to create a new issue on the
Once again, we sincerely appreciate your valuable feedback; Thank you for your understanding and collaboration.
lo...@outlook.com <lo...@outlook.com> #3
Being able to view the available backups in console would be helpful
an...@gmail.com <an...@gmail.com> #4
sh...@gmail.com <sh...@gmail.com> #5
Looking forward for a fix
go...@gmail.com <go...@gmail.com> #6
I've had the same issues, except for me a slow duration isn't required, I've attached another sample project in case it's useful :)
go...@gmail.com <go...@gmail.com> #7
Worth noting that for me it doesn't just happen when navigating backwards, any navigation during a transition causes the old page to remain on screen ( video of it happening in the sample project I attached yesterday attached ).
fr...@cacd2.fr <fr...@cacd2.fr> #8
fr...@gmail.com <fr...@gmail.com> #9
da...@gmail.com <da...@gmail.com> #10
I got the same issue :
This is a full sample with the full code,
Just select an item and got back quickl and look at the logcat, onCleared of the viewmodel is not called.
th...@gmail.com <th...@gmail.com> #11
What was the problem? There doesn't seem to be any information in the release notes about how this was resolved. (Same problem occurs until 2.8.0-beta03)
There is a fix for an issue regarding the `Predictive back` function. Is this related to this?
Please confirm.
ti...@google.com <ti...@google.com> #12
Yes,
Marking this issue as a duplicate.
Description
If I navigate to a screen and quickly go back (before the navigation animation ends), the transition stops in a state where both screens are displayed at the same time and nothing moves. This happens with calls to
popBackStack()
and with the OS back gesture/button.I've included two videos to show the difference between a GOOD build (
2.8.0-alpha05
) and a BAD one (2.8.0-alpha06
). I've also attached the project used to record the videos.Steps to reproduce:
durationMillis = 6_000
)First screen
toSecond screen
, press/gesture back.I don't know if it helps, but I did a bisect of available builds from
androidx.dev
and the first build with the problem was11623948
(the previous build,11623861
, works fine).Thank you.