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
@@ -50,6 +50,11 @@ typedef enum : NSUInteger
NSMutableArray<MXKContact*> *filteredMatrixContacts;
}
/**
Whether or not the data source has any local contacts loaded.
*/
- (BOOL)hasLocalContacts;
/**
Get the contact at the given index path.