rjrjr / compose-backstack

Simple composable for rendering transitions between backstacks.
Other
504 stars 23 forks source link

Replace ChildSavedStateRegistry with official compose tooling #40

Closed zach-klippenstein closed 3 years ago

zach-klippenstein commented 4 years ago

This CL introduces a nice API for manually saving your children's view state. We should replace our custom implementation with it once it's released.

The current implementation was done mostly in #29.