chore: change startDestination to journal/schedule
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
// Copyright (c) 2025 Gleb Zaharov. License: GPLv3 (see LICENSE).
|
// Copyright (c) 2026 Gleb Zaharov. License: GPLv3 (see LICENSE).
|
||||||
|
|
||||||
package ru.sweetbread.unn.ui.layout
|
package ru.sweetbread.unn.ui.layout
|
||||||
|
|
||||||
@@ -173,7 +173,7 @@ class MainActivity : ComponentActivity() {
|
|||||||
}
|
}
|
||||||
) { innerPadding ->
|
) { innerPadding ->
|
||||||
Box(Modifier.padding(innerPadding)) {
|
Box(Modifier.padding(innerPadding)) {
|
||||||
NavHost(navController, startDestination = "portal/blogposts") {
|
NavHost(navController, startDestination = "journal/schedule") {
|
||||||
composable("portal/blogposts") {
|
composable("portal/blogposts") {
|
||||||
Blogposts()
|
Blogposts()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user