라이브 - 상단 배너 터치 액션 추가
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user