We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 317067b commit a2a407eCopy full SHA for a2a407e
Projects/Feature/FeatureContentDetail/Sources/ContentDetail/ContentDetailFeature.swift
@@ -213,7 +213,10 @@ private extension ContentDetailFeature {
213
case .컨텐츠_상세_조회_API(id: let id):
214
return .run { send in
215
let contentResponse = try await contentClient.컨텐츠_상세_조회("\(id)").toDomain()
216
- await send(.inner(.컨텐츠_상세_조회_API_반영(content: contentResponse)))
+ await send(
217
+ .inner(.컨텐츠_상세_조회_API_반영(content: contentResponse)),
218
+ animation: .pokitDissolve
219
+ )
220
}
221
case .즐겨찾기_API(id: let id):
222
0 commit comments