#40 added onTimersClick implementation
This commit is contained in:
parent
16eb7d14f2
commit
cf97565dec
1 changed files with 2 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Reference in a new issue