File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Feature/FeatureRecommend/Sources/Recommend Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,8 @@ public extension MainTabFeature {
9393 /// - 포킷 `추가` 버튼 눌렀을 때
9494 case . delegate( . 포킷추가하기) ,
9595 . path( . element( _, action: . 링크추가및수정( . delegate( . 포킷추가하기) ) ) ) ,
96- . pokit( . delegate( . 포킷추가_버튼_눌렀을때) ) :
96+ . pokit( . delegate( . 포킷추가_버튼_눌렀을때) ) ,
97+ . recommend( . delegate( . 포킷_추가하기_버튼_눌렀을때) ) :
9798 state. path. append ( . 포킷추가및수정( PokitCategorySettingFeature . State ( type: . 추가) ) )
9899 return . none
99100
Original file line number Diff line number Diff line change @@ -119,6 +119,7 @@ public struct RecommendFeature {
119119 case 검색_버튼_눌렀을때
120120 case 알림_버튼_눌렀을때
121121 case 컨텐츠_신고_API_반영
122+ case 포킷_추가하기_버튼_눌렀을때
122123 }
123124 }
124125
@@ -228,10 +229,11 @@ private extension RecommendFeature {
228229 return . none
229230 case . 포킷선택_항목_눌렀을때( pokit: let pokit) :
230231 state. selectedPokit = pokit
231- return . none
232- case . 포킷_추가하기_버튼_눌렀을때:
233232 state. showSelectSheet = false
234233 return shared ( . async( . 컨텐츠_추가_API) , state: & state)
234+ case . 포킷_추가하기_버튼_눌렀을때:
235+ state. showSelectSheet = false
236+ return . send( . delegate( . 포킷_추가하기_버튼_눌렀을때) )
235237 }
236238 }
237239
You can’t perform that action at this time.
0 commit comments