From 46a8236ef75148e76fb32e6cc30b81164ea42e9a Mon Sep 17 00:00:00 2001 From: Patrick Honkonen <1883101+SaintPatrck@users.noreply.github.com> Date: Wed, 18 Feb 2026 08:24:40 -0500 Subject: [PATCH] Update RootNavScreen docs (#6553) --- .../bitwarden/ui/platform/feature/rootnav/RootNavScreen.kt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/feature/rootnav/RootNavScreen.kt b/app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/feature/rootnav/RootNavScreen.kt index 6801a09b75..9209e30987 100644 --- a/app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/feature/rootnav/RootNavScreen.kt +++ b/app/src/main/kotlin/com/x8bit/bitwarden/ui/platform/feature/rootnav/RootNavScreen.kt @@ -360,9 +360,9 @@ private fun AnimatedContentTransitionScope.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