fix(live): 라이브 상세 표시를 보정한다
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user