addTimer finished

This commit is contained in:
Rune Dyselinck 2023-05-02 13:57:03 +02:00
parent 535ef85c6d
commit 4b4c9539f8
7 changed files with 193 additions and 99 deletions

View file

@ -172,7 +172,6 @@ fun StudeezNavGraph(
composable(StudeezDestinations.ADD_TIMER_SCREEN) {
AddTimerRoute(
open = open,
openAndPopUp = openAndPopUp,
goBack = goBack,
viewModel = hiltViewModel()
)