Skip to content

Commit 29d469c

Browse files
committed
[Chore] #183 - Reducer run 우선순위 설정
1 parent bc7e01e commit 29d469c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Neki-iOS/Core/Sources/ImageTransform/Presentation/ImageTransformFeature.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ public struct ImageTransformFeature {
5050
state.errorMessage = nil
5151
state.outputImage = nil
5252

53-
return .run { send in
53+
return .run(priority: .userInitiated) { send in
5454
do {
5555
let originalRatio = inputImage.size.width / inputImage.size.height
5656

0 commit comments

Comments
 (0)