Попробовал сделать экран входа с помощью курсора
This commit is contained in:
@@ -27,18 +27,20 @@ class MainActivity : ComponentActivity() {
|
||||
Scaffold(
|
||||
modifier = Modifier.fillMaxSize(),
|
||||
bottomBar = {
|
||||
BottomNavigationBar(
|
||||
currentRoute = currentRoute,
|
||||
onNavigate = { route ->
|
||||
navController.navigate(route) {
|
||||
popUpTo(navController.graph.startDestinationId) {
|
||||
saveState = true
|
||||
if (currentRoute != "login") {
|
||||
BottomNavigationBar(
|
||||
currentRoute = currentRoute,
|
||||
onNavigate = { route ->
|
||||
navController.navigate(route) {
|
||||
popUpTo(navController.graph.startDestinationId) {
|
||||
saveState = true
|
||||
}
|
||||
launchSingleTop = true
|
||||
restoreState = true
|
||||
}
|
||||
launchSingleTop = true
|
||||
restoreState = true
|
||||
}
|
||||
}
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
) { innerPadding ->
|
||||
NewPlanetNavigation(
|
||||
|
||||
Reference in New Issue
Block a user