fix(live): 라이브 상세 표시를 보정한다

This commit is contained in:
Yu Sung
2026-07-20 17:31:49 +09:00
parent dd5144ec3f
commit 43e32f1867
6 changed files with 190 additions and 22 deletions

View File

@@ -506,9 +506,9 @@ struct CreatorChannelView: View {
guard targetId > 0 else { return }
switch type {
case .live, .liveReplay:
case .live:
showLiveDetail(targetId)
case .audio:
case .audio, .liveReplay:
showContentDetail(targetId)
case .community:
showCommunity(targetId)

View File

@@ -496,9 +496,9 @@ struct MainView: View {
guard targetId > 0 else { return }
switch type {
case .live, .liveReplay:
case .live:
handleRecommendationLiveTap(roomId: targetId)
case .audio:
case .audio, .liveReplay:
handleRecommendationContentTap(contentId: targetId)
case .community:
performRecommendationDetailAction {