rjrjr / compose-backstack

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

drawScreen should get an isVisible flag to allow screens to clean up resources they don't need #16

Closed zach-klippenstein closed 3 years ago

zach-klippenstein commented 4 years ago

This is another hack until the UiSavedStateRegistry stuff gets released. Once that happens, we can probably just drop all hidden screens immediately and don't need this.