skydoves / TransformationLayout

🌠 Transform between two Views, Activities, and Fragments, or a View to a Fragment with container transform animations for Android.
Apache License 2.0
2.35k stars 190 forks source link

When the app is running in the background #18

Open Andy957 opened 3 years ago

Andy957 commented 3 years ago

Open an animated Activity,when the app is running in the background,open the app again,and finish Activity,animation will not be executed

skydoves commented 3 years ago

Hi, I recently tracked this issue and I just noticed this issue is originated from the androidx.transition's sharedElementTranstion. We should wait for new updates from Android Team. Thanks!