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 return
} }
hasSetupObservation = true hasSetupObservation = true
self.contactStoreAdapter.startObservingChanges { self.contactStoreAdapter.startObservingChanges { [weak self] in
self.updateContacts(completion: nil) DispatchQueue.main.async {
self?.updateContacts(completion: nil)
}
} }
} }

Loading…
Cancel
Save