#74 button to add subject when user has empty feed
This commit is contained in:
parent
1293ea3113
commit
0fb3125f6a
1 changed files with 4 additions and 0 deletions
|
@ -36,4 +36,8 @@ class FeedViewModel @Inject constructor(
|
|||
open(StudeezDestinations.TIMER_SELECTION_SCREEN)
|
||||
}
|
||||
}
|
||||
|
||||
fun onEmptyFeedHelp(open: (String) -> Unit) {
|
||||
open(StudeezDestinations.ADD_SUBJECT_FORM)
|
||||
}
|
||||
}
|
Reference in a new issue