We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1584945 commit cab708bCopy full SHA for cab708b
feature/home/src/main/java/team/noweekend/feature/home/mvi/HomeViewModel.kt
@@ -65,9 +65,10 @@ class HomeViewModel @Inject constructor(
65
navigateToCreateVacation()
66
}
67
68
- is HomeIntent.ClickHolidayVacationCard -> {}
69
- is HomeIntent.ClickPopularVacationClick -> {}
70
- is HomeIntent.ClickRecommendationVacationCard -> {
+ is HomeIntent.ClickHolidayVacationCard,
+ is HomeIntent.ClickPopularVacationClick,
+ is HomeIntent.ClickRecommendationVacationCard,
71
+ -> {
72
updateTaskTitleBottomSheetVisibility(true)
73
74
0 commit comments