diff --git a/SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift b/SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift index ffc3c01..d19ce4e 100644 --- a/SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift +++ b/SodaLive/Sources/Live/Recommend/SectionRecommendLiveView.swift @@ -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) }