开始多人协作

This commit is contained in:
2024-07-12 15:54:09 +08:00
parent 77ad6dfe16
commit f521346c07
2 changed files with 27 additions and 2 deletions

View File

@@ -90,10 +90,10 @@ fun NavigationController(navController: NavHostController){
navController = navController,
startDestination = NavigationItem.Home.route,
enterTransition = {
fadeIn(animationSpec = tween(300))
fadeIn(animationSpec = tween(0))
},
exitTransition = {
fadeOut(animationSpec = tween(300))
fadeOut(animationSpec = tween(0))
}){
composable(route = NavigationItem.Home.route){
Home()