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