Skip to content

Commit

Permalink
[design] #157 컨텐츠 추가/수정 로딩 전환 애니메이션 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ShapeKim98 committed Dec 2, 2024
1 parent e235db4 commit e47c781
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ private extension ContentSettingFeature {
state.contentLoading = true
return .run { send in
let content = try await contentClient.컨텐츠_상세_조회("\(id)").toDomain()
await send(.inner(.컨텐츠_상세_조회_API_반영(content: content)))
await send(.inner(.컨텐츠_상세_조회_API_반영(content: content)), animation: .pokitDissolve)
}
case let .카테고리_상세_조회_API(id, sharedId):
return .run { send in
Expand Down

0 comments on commit e47c781

Please sign in to comment.