Fixed
Status Update
Comments
ja...@google.com <ja...@google.com> #2
Please provide a minimal sample project that reproduces this issue.
tj...@gmail.com <tj...@gmail.com> #3
Sure, I created a minimal sample app for you:
Just click "Next Fragment" multiple times, then press the back button or perform the back gesture multiple times in quick succession.
Note: I tested this on a Pixel 8 with Android 14. Also, I have the predictive back animations enabled in the developer options.
ja...@google.com <ja...@google.com>
ap...@google.com <ap...@google.com> #4
Just FYI: Still happens on fragment library version 1.7.1
.
Description
The Transition Kotlin extensions target the Framework Transition class which is a bit confusing, as most framework classes are being deprecated in favor of their AndroidX counterparts, Fragments for example.
As it stands, the KTX libraries for Transitions cannot be used with androidx.transition.AutoTransition. Does this mean android.transition.Transition should be used over androidx.transition.AutoTransition?
Thanks.