New DrawerScreen for TimerOverView

This commit is contained in:
Tibo De Peuter 2023-04-25 09:43:10 +02:00
parent c73c06b11c
commit 7b3a82cc30
3 changed files with 59 additions and 18 deletions

View file

@ -141,8 +141,7 @@ fun StudeezNavGraph(
open,
openAndPopUp,
viewModel = hiltViewModel(),
drawerViewModel = drawerViewModel,
navBarViewModel = navBarViewModel,
drawerViewModel = drawerViewModel
)
}