Is there a reason for screen to go white (dissapea...
# compose
k
Is there a reason for screen to go white (dissapear) on
exitTransition
, if I've set
ExitTransition.None
?
c
In the AnimatedNavHost?
k
Yes
c
go white for the first screen?
k
When I'm on composable screen 1, and I mark that screen as exitTransition to be None (to not move), and navigate to composable screen 2 (by lets say slide from right), screen 1 dissapears.
c
Hmm, I am using it and have no problem. Maybe it's some other issue?
k
Possibly 🤷
i
None means instantly disappear. Perhaps what you're looking for is actually an
ExitTransition.Hold
, which doesn't exist yet. Star the feature request: https://issuetracker.google.com/issues/192993290