Updated on 2026-08-14
This commit is contained in:
parent
e88adfe431
commit
2b383418c0
1 changed files with 1 additions and 1 deletions
|
|
@ -83,7 +83,7 @@ internal class TesterActivity : ComposeActivity() {
|
|||
NavHost(
|
||||
modifier = Modifier.systemBarsPadding(),
|
||||
navController = navController,
|
||||
startDestination = TesterScreen.MENU.name
|
||||
startDestination = TesterScreen.MENU.name,
|
||||
) {
|
||||
composable(route = TesterScreen.MENU.name) {
|
||||
TesterMenuScreen(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue