라이브 - 상단 배너 터치 액션 추가
This commit is contained in:
parent
6fa183b89a
commit
d76b1c7a59
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue