https://kotlinlang.org logo
Title
k

K Merle

05/26/2023, 6:35 AM
Is there a reason for screen to go white (dissapear) on
exitTransition
, if I've set
ExitTransition.None
?
c

chanjungskim

05/26/2023, 6:57 AM
In the AnimatedNavHost?
k

K Merle

05/26/2023, 6:57 AM
Yes
c

chanjungskim

05/26/2023, 6:58 AM
go white for the first screen?
k

K Merle

05/26/2023, 6:59 AM
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

chanjungskim

05/26/2023, 7:04 AM
Hmm, I am using it and have no problem. Maybe it's some other issue?
k

K Merle

05/26/2023, 7:15 AM
Possibly 🤷
i

Ian Lake

05/26/2023, 2:26 PM
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