Refactor(Navigation): Optimize navigation bar switching transition animation

This commit is contained in:
2024-08-18 21:40:10 +08:00
parent 5839f1d394
commit 47647217f1
5 changed files with 91 additions and 8 deletions

View File

@@ -173,7 +173,8 @@ fun OxygenApp(appState: OxygenAppState) {
startDestination = when (appState.launchPageConfig) {
LaunchPageConfig.Tools -> TOOLS_ROUTE
LaunchPageConfig.Star -> STAR_ROUTE
}
},
isVertical = appState.shouldShowBottomBar
)
}
}