Assigned
Status Update
Comments
co...@google.com <co...@google.com> #2
Tram, can you confirm that the behavior is correct if the modifier is moved to the composable inside the AnimatedPane?
ad...@gmail.com <ad...@gmail.com> #3
Hi Max, yes when the modifiers are moved to the composable inside the AnimatedPane, the PB animations are better than when the modifiers are in the AnimatedPane itself
Description
Hey there,
I'm migrating from
Scaffold
withbottomBar
+NavHost
toNavigationSuiteScaffold
and observe some weird behavior.My expectation was that navigating away from a screen would trigger
onCleared
on its containingViewModel
but that is not the case anymore.Some examples where this reproduces:
Some example with
NavHost
where I see the expected behavior:Can you please advise?