#74 button to add subject when user has empty feed

This commit is contained in:
Lukas Barragan Torres 2023-05-09 16:17:46 +02:00
parent 1293ea3113
commit 0fb3125f6a

View file

@ -36,4 +36,8 @@ class FeedViewModel @Inject constructor(
open(StudeezDestinations.TIMER_SELECTION_SCREEN)
}
}
fun onEmptyFeedHelp(open: (String) -> Unit) {
open(StudeezDestinations.ADD_SUBJECT_FORM)
}
}