#54 added home screen view model

This commit is contained in:
lbarraga 2023-04-11 16:21:01 +02:00
parent 174c5ad45b
commit 484b71c782

View file

@ -9,6 +9,6 @@ import javax.inject.Inject
class HomeViewModel @Inject constructor(logService: LogService) : StudeezViewModel(logService) {
fun onStartSessionClick(openAndPopUp: (String, String) -> Unit) {
//openAndPopUp(StudeezDestinations.xxx, StudeezDestinations.HOME_SCREEN)
// openAndPopUp(StudeezDestinations.xxx, StudeezDestinations.HOME_SCREEN)
}
}