feat(home): 현재 라이브 섹션을 연결한다
This commit is contained in:
@@ -440,7 +440,13 @@ struct MainView: View {
|
||||
private func handleRecommendationLiveTap(roomId: Int) {
|
||||
guard roomId > 0 else { return }
|
||||
performRecommendationDetailAction {
|
||||
openLiveDetail(roomId: roomId)
|
||||
handleExternalNavigationRequest(
|
||||
value: roomId,
|
||||
navigationAction: {
|
||||
liveViewModel.enterLiveRoom(roomId: roomId)
|
||||
},
|
||||
cancelAction: {}
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user