return contact parsing to background thread

inadvertently moved it to main thread with
354d46e3f4

// FREEBIE
pull/1/head
Michael Kirk 7 years ago
parent 354d46e3f4
commit 90de4edeef

@ -110,7 +110,7 @@ class SystemContactsFetcher: NSObject {
systemContactsHaveBeenRequestedAtLeastOnce = true
DispatchQueue.default.async {
DispatchQueue.global().async {
var systemContacts = [CNContact]()
do {
let contactFetchRequest = CNContactFetchRequest(keysToFetch: self.allowedContactKeys)

Loading…
Cancel
Save