Don't cache CNContact.

pull/1/head
Matthew Chen 7 years ago
parent b9e2963f47
commit 41a2ea03b0

@ -133,6 +133,11 @@ NS_ASSUME_NONNULL_BEGIN
} }
}]]; }]];
[items addObject:[OWSTableItem itemWithTitle:@"Fetch system contacts"
actionBlock:^() {
[Environment.current.contactsManager requestSystemContactsOnce];
}]];
return [OWSTableSection sectionWithTitle:self.name items:items]; return [OWSTableSection sectionWithTitle:self.name items:items];
} }

Loading…
Cancel
Save