라이브 - 상단 배너 터치 액션 추가
This commit is contained in:
@@ -39,6 +39,7 @@ struct SectionRecommendLiveView: View {
|
|||||||
height: (screenSize().width - 26.7) * 0.53
|
height: (screenSize().width - 26.7) * 0.53
|
||||||
)
|
)
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
|
AppState.shared.setAppStep(step: .creatorDetail(userId: item.creatorId))
|
||||||
}
|
}
|
||||||
.cornerRadius(4.7)
|
.cornerRadius(4.7)
|
||||||
} else {
|
} else {
|
||||||
@@ -50,6 +51,7 @@ struct SectionRecommendLiveView: View {
|
|||||||
height: (screenSize().width - 26.7) * 0.53
|
height: (screenSize().width - 26.7) * 0.53
|
||||||
)
|
)
|
||||||
.onTapGesture {
|
.onTapGesture {
|
||||||
|
AppState.shared.setAppStep(step: .creatorDetail(userId: item.creatorId))
|
||||||
}
|
}
|
||||||
.cornerRadius(4.7)
|
.cornerRadius(4.7)
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user