Skip to content

Commit cab708b

Browse files
committed
[#147] 묶음 추가
1 parent 1584945 commit cab708b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

feature/home/src/main/java/team/noweekend/feature/home/mvi/HomeViewModel.kt

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,10 @@ class HomeViewModel @Inject constructor(
6565
navigateToCreateVacation()
6666
}
6767

68-
is HomeIntent.ClickHolidayVacationCard -> {}
69-
is HomeIntent.ClickPopularVacationClick -> {}
70-
is HomeIntent.ClickRecommendationVacationCard -> {
68+
is HomeIntent.ClickHolidayVacationCard,
69+
is HomeIntent.ClickPopularVacationClick,
70+
is HomeIntent.ClickRecommendationVacationCard,
71+
-> {
7172
updateTaskTitleBottomSheetVisibility(true)
7273
}
7374
}

0 commit comments

Comments
 (0)