Navigation
This commit is contained in:
@@ -18,7 +18,7 @@ fun Navigation(
|
||||
) {
|
||||
NavHost(navController, startDestination = items[0].route) {
|
||||
composable(items[0].route) {
|
||||
HomeScreen()
|
||||
|
||||
}
|
||||
composable(items[1].route) {
|
||||
SettingsScreen()
|
||||
|
||||
Reference in New Issue
Block a user