mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Move RequestContactsAccessFooterView into ContactsTableViewController.
Remove automatic triggering of contacts access.
This commit is contained in:
@@ -660,6 +660,11 @@
|
||||
|
||||
#pragma mark -
|
||||
|
||||
- (BOOL)hasLocalContacts
|
||||
{
|
||||
return filteredLocalContacts.count;
|
||||
}
|
||||
|
||||
-(MXKContact *)contactAtIndexPath:(NSIndexPath*)indexPath
|
||||
{
|
||||
NSInteger row = indexPath.row;
|
||||
|
||||
Reference in New Issue
Block a user