Update RootNavScreen docs (#6553)

This commit is contained in:
Patrick Honkonen
2026-02-18 13:24:40 +00:00
committed by GitHub
parent f6f630ff8c
commit 46a8236ef7
@@ -360,9 +360,9 @@ private fun AnimatedContentTransitionScope<NavBackStackEntry>.toEnterTransition(
else -> when (initialState.destination.rootLevelRoute()) {
// Disable transitions when coming from the splash screen
SplashRoute.toObjectNavigationRoute() -> RootTransitionProviders.Enter.none
// The MigrateToMyItemsGraphRoute and ResetPasswordRoute animation should be stay
// but due to an issue when combining certain animations, we are just using a
// fadeIn instead.
// The MigrateToMyItemsGraphRoute and ResetPasswordRoute animation
// should stay but due to an issue when combining certain animations,
// we are just using a fadeIn instead.
MigrateToMyItemsGraphRoute.toObjectNavigationRoute(),
ResetPasswordRoute.toObjectNavigationRoute(),
-> RootTransitionProviders.Enter.fadeIn