Skip to content
This repository was archived by the owner on Mar 7, 2026. It is now read-only.

Commit 4821742

Browse files
authored
Bug fixes
1 parent 51b97d0 commit 4821742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/prostore/views/CertificateView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ struct AddCertificateView: View {
447447
isChecking = true
448448
errorMessage = ""
449449

450-
DispatchQueue.global(qos: .userInitiated).async {
450+
DispatchQueue.global(qos: .userInitiated).async(execute: {
451451
do {
452452
var p12Data: Data
453453
var provData: Data
@@ -503,6 +503,6 @@ struct AddCertificateView: View {
503503
errorMessage = "Failed to read files or save: \(error.localizedDescription)"
504504
}
505505
}
506-
}
506+
})
507507
}
508508
}

0 commit comments

Comments
 (0)