라이브 - 상단 배너 터치 액션 추가

This commit is contained in:
Yu Sung 2023-08-30 22:05:23 +09:00
parent 6fa183b89a
commit d76b1c7a59
1 changed files with 2 additions and 0 deletions

View File

@ -39,6 +39,7 @@ struct SectionRecommendLiveView: View {
height: (screenSize().width - 26.7) * 0.53
)
.onTapGesture {
AppState.shared.setAppStep(step: .creatorDetail(userId: item.creatorId))
}
.cornerRadius(4.7)
} else {
@ -50,6 +51,7 @@ struct SectionRecommendLiveView: View {
height: (screenSize().width - 26.7) * 0.53
)
.onTapGesture {
AppState.shared.setAppStep(step: .creatorDetail(userId: item.creatorId))
}
.cornerRadius(4.7)
}