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

Nested transitions #23

Closed Bryanx closed 3 years ago

Bryanx commented 3 years ago

Say you have 3 activities: A, B and C

  1. In activity A the user clicks to start activity B.
  2. In activity B the user clicks to start Activity C.
  3. Now the user presses back twice.

How can you preserve the first transition?

skydoves commented 3 years ago

Hi, @Bryanx TransformationLayout is implemented based on the material-components. So for resolving this issue, we should create an issue for the [material-component] team. Thank you for sharing this issue!