#40 added onTimersClick implementation

This commit is contained in:
lbarraga 2023-04-16 23:30:53 +02:00
parent 16eb7d14f2
commit cf97565dec

View file

@ -25,7 +25,8 @@ class DrawerViewModel @Inject constructor(
}
fun onTimersClick(openAndPopup: (String, String) -> Unit) {
// TODO
// TODO is niet altijd het homescreen
openAndPopup(StudeezDestinations.TIMER_OVERVIEW_SCREEN, StudeezDestinations.HOME_SCREEN)
}
fun onSettingsClick(openAndPopup: (String, String) -> Unit) {