Skip to content

Commit

Permalink
fix: 사진 두 번 불러와지는 에러 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
k2645 committed Dec 4, 2024
1 parent 99711c8 commit 502e578
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ actor LocalPhotoManager {
let options = PHImageRequestOptions()
options.isSynchronous = true
options.isNetworkAccessAllowed = true
options.deliveryMode = .highQualityFormat

return options
}()
Expand Down

0 comments on commit 502e578

Please sign in to comment.