Merge branch 'charlesmchen/generateAndDeleteRandomContacts'

pull/1/head
Matthew Chen 8 years ago
commit 25232596f6

File diff suppressed because it is too large Load Diff

@ -344,8 +344,10 @@ class SystemContactsFetcher: NSObject {
return
}
hasSetupObservation = true
self.contactStoreAdapter.startObservingChanges {
self.updateContacts(completion: nil)
self.contactStoreAdapter.startObservingChanges { [weak self] in
DispatchQueue.main.async {
self?.updateContacts(completion: nil)
}
}
}

Loading…
Cancel
Save