intermediate type select screen for add and route to edit instead of add
This commit is contained in:
parent
46109ac4ff
commit
9688426093
4 changed files with 15 additions and 6 deletions
|
@ -32,6 +32,7 @@ import be.ugent.sel.studeez.screens.sessions.SessionsRoute
|
|||
import be.ugent.sel.studeez.screens.settings.SettingsRoute
|
||||
import be.ugent.sel.studeez.screens.sign_up.SignUpRoute
|
||||
import be.ugent.sel.studeez.screens.splash.SplashRoute
|
||||
import be.ugent.sel.studeez.screens.timer_add.TimerTypeSelectScreen
|
||||
import be.ugent.sel.studeez.screens.timer_edit.TimerEditRoute
|
||||
import be.ugent.sel.studeez.screens.timer_overview.TimerOverviewRoute
|
||||
import be.ugent.sel.studeez.screens.timer_overview.add_timer.AddTimerRoute
|
||||
|
@ -183,6 +184,13 @@ fun StudeezNavGraph(
|
|||
)
|
||||
}
|
||||
|
||||
composable(StudeezDestinations.TIMER_TYPE_CHOOSING_SCREEN) {
|
||||
TimerTypeSelectScreen(
|
||||
open = open,
|
||||
popUp = goBack
|
||||
)
|
||||
}
|
||||
|
||||
composable(StudeezDestinations.SESSION_SCREEN) {
|
||||
SessionRoute(
|
||||
open,
|
||||
|
|
Reference in a new issue