Move RequestContactsAccessFooterView into ContactsTableViewController.

Remove automatic triggering of contacts access.
This commit is contained in:
Doug
2021-08-05 17:34:09 +01:00
parent a753e44c1e
commit ba43781dda
12 changed files with 178 additions and 136 deletions
@@ -660,6 +660,11 @@
#pragma mark -
- (BOOL)hasLocalContacts
{
return filteredLocalContacts.count;
}
-(MXKContact *)contactAtIndexPath:(NSIndexPath*)indexPath
{
NSInteger row = indexPath.row;