We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6e019 commit bea65b5Copy full SHA for bea65b5
1 file changed
Projects/Feature/FeatureRecommend/Sources/Recommend/RecommendFeature.swift
@@ -80,7 +80,9 @@ public struct RecommendFeature {
80
81
public enum ScopeAction: Equatable { case doNothing }
82
83
- public enum DelegateAction: Equatable { case doNothing }
+ public enum DelegateAction: Equatable {
84
+ case 추가하기_버튼_눌렀을때(BaseContentItem)
85
+ }
86
}
87
88
/// - Initiallizer
@@ -129,7 +131,7 @@ private extension RecommendFeature {
129
131
case .pagination:
130
132
return shared(.async(.추천_조회_페이징_API), state: &state)
133
case let .추가하기_버튼_눌렀을때(content):
- return .none
134
+ return .send(.delegate(.추가하기_버튼_눌렀을때(content)))
135
case let .공유하기_버튼_눌렀을때(content):
136
return .none
137
case let .신고하기_버튼_눌렀을때(content):
0 commit comments