feat: fetch tracks on-demand, logout button
This commit is contained in:
@@ -80,6 +80,7 @@ fun LockstepAppNavHost(
|
||||
}
|
||||
composable(Routes.Settings) {
|
||||
SettingsScreen(
|
||||
viewModel = viewModel,
|
||||
onBack = { navController.popBackStack() },
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user