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 262ce2a545
commit 19f3bbd78b
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;