fix issues

This commit is contained in:
lbarraga 2023-04-17 16:00:58 +02:00
parent 0e45388242
commit 076381915d
6 changed files with 11 additions and 12 deletions

View file

@ -116,11 +116,11 @@ fun NavGraphBuilder.studeezGraph(appState: StudeezAppstate) {
}
composable(StudeezDestinations.TIMER_OVERVIEW_SCREEN) {
TimerOverviewScreen(openAndPopUp)
TimerOverviewScreen(open, openAndPopUp)
}
composable(StudeezDestinations.SESSION_SCREEN) {
SessionScreen(openAndPopUp)
SessionScreen(open, openAndPopUp)
}
// TODO Timers screen