feat: fetch tracks on-demand, logout button

This commit is contained in:
2026-05-14 03:03:17 +02:00
parent e2ab026e84
commit 83e77f3d0c
7 changed files with 92 additions and 2 deletions

View File

@@ -80,6 +80,7 @@ fun LockstepAppNavHost(
}
composable(Routes.Settings) {
SettingsScreen(
viewModel = viewModel,
onBack = { navController.popBackStack() },
)
}