From 633e1bfd9247cbec8414eb879fd6839f6ff2fb94 Mon Sep 17 00:00:00 2001 From: Yu Sung Date: Sat, 19 Aug 2023 23:00:46 +0900 Subject: [PATCH] =?UTF-8?q?=EB=9D=BC=EC=9D=B4=EB=B8=8C=20=EB=A9=94?= =?UTF-8?q?=EC=9D=B8=20-=20=EC=B6=94=EC=B2=9C=20=EC=B1=84=EB=84=90=20?= =?UTF-8?q?=EC=95=84=EC=9D=B4=ED=85=9C=20=ED=84=B0=EC=B9=98=EC=8B=9C=20?= =?UTF-8?q?=ED=81=AC=EB=A6=AC=EC=97=90=EC=9D=B4=ED=84=B0=20=EC=B1=84?= =?UTF-8?q?=EB=84=90=EB=A1=9C=20=EC=9D=B4=EB=8F=99=ED=95=98=EB=8F=84?= =?UTF-8?q?=EB=A1=9D=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Live/RecommendChannel/SectionRecommendChannelView.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SodaLive/Sources/Live/RecommendChannel/SectionRecommendChannelView.swift b/SodaLive/Sources/Live/RecommendChannel/SectionRecommendChannelView.swift index f6cf499..7d85ba8 100644 --- a/SodaLive/Sources/Live/RecommendChannel/SectionRecommendChannelView.swift +++ b/SodaLive/Sources/Live/RecommendChannel/SectionRecommendChannelView.swift @@ -86,6 +86,9 @@ struct SectionRecommendChannelView: View { .lineLimit(1) } .onTapGesture { + AppState.shared.setAppStep( + step: .creatorDetail(userId: item.creatorId) + ) } }