Updated on 2026-08-14

This commit is contained in:
Tangem 2026-04-17 08:35:50 +01:00
parent e88adfe431
commit 2b383418c0

View file

@ -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(