feat(home): 팔로잉 탭 화면을 조립한다
This commit is contained in:
@@ -165,6 +165,7 @@ struct MainView: View {
|
||||
onTapBanner: handleRecommendationBannerTap,
|
||||
onTapFollowAll: handleRecommendationFollowAllTap,
|
||||
onSelectFollowingTab: handleFollowingTabSelection,
|
||||
onTapFollowingLogin: handleFollowingLoginTap,
|
||||
onTapFollowingAll: handleFollowingAllTap,
|
||||
onTapChatTab: handleFollowingChatTabTap,
|
||||
onTapChatRoom: handleFollowingChatRoomTap,
|
||||
@@ -527,6 +528,10 @@ struct MainView: View {
|
||||
return true
|
||||
}
|
||||
|
||||
private func handleFollowingLoginTap() {
|
||||
AppState.shared.setAppStep(step: .login)
|
||||
}
|
||||
|
||||
private func handleRecommendationBannerTap(_ item: RecommendationBannerResponse) {
|
||||
if let eventItem = item.eventItem {
|
||||
performRecommendationDetailAction {
|
||||
|
||||
Reference in New Issue
Block a user