fix issues
This commit is contained in:
parent
0e45388242
commit
076381915d
6 changed files with 11 additions and 12 deletions
|
@ -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
|
||||
|
|
Reference in a new issue