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
@@ -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.