Fixed
Status Update
Comments
il...@google.com <il...@google.com>
ap...@google.com <ap...@google.com> #2
Thank you for reporting this issue. For us to further investigate this issue, please provide the following additional information:
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.
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.
jb...@google.com <jb...@google.com> #3
Please provide the information as requested in comment #2 , For us to further investigate this issue.
Description
Version used: 1.0.0-beta01
Devices/Android versions reproduced on: AVD, API 28.
Start a new FragmentTransaction which shows previous hidden fragment in the middle of previous transitions animation will cause the showing fragment disappear.
It seems that this is because Animator's Listener is not cleared when a new transaction is created.
the sample project attached shows this issue by commit a showA,hideB transaction at first, and then commit a showB,hideA transaction after 400ms, both transaction have their customAnimation set, the custom transition animation's duration is 1000ms.