feat(main): 라이브 전체 진입을 추가한다
This commit is contained in:
@@ -180,6 +180,7 @@ struct MainView: View {
|
||||
onTapCharacter: handleRecommendationCreatorTap,
|
||||
onTapCommunityPost: handleRecommendationCommunityPostTap,
|
||||
onTapBanner: handleRecommendationBannerTap,
|
||||
onTapLiveAll: handleRecommendationLiveAllTap,
|
||||
onTapFollowAll: handleRecommendationFollowAllTap,
|
||||
onSelectFollowingTab: handleFollowingTabSelection,
|
||||
onTapFollowingLogin: handleFollowingLoginTap,
|
||||
@@ -483,6 +484,10 @@ struct MainView: View {
|
||||
}
|
||||
}
|
||||
|
||||
private func handleRecommendationLiveAllTap() {
|
||||
appState.setAppStep(step: .liveNowAll(onClickParticipant: handleRecommendationLiveTap))
|
||||
}
|
||||
|
||||
private func handleRecommendationCreatorTap(creatorId: Int) {
|
||||
guard creatorId > 0 else { return }
|
||||
performRecommendationDetailAction {
|
||||
|
||||
Reference in New Issue
Block a user