mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-20 00:24:43 +02:00
Replace hasLocalContacts with showLocalContacts.
Update the value of showLocalContacts in ContactsTableViewController.
This commit is contained in:
@@ -51,9 +51,10 @@ typedef enum : NSUInteger
|
||||
}
|
||||
|
||||
/**
|
||||
Whether or not the data source has any local contacts loaded.
|
||||
Whether the data source should include local contacts in the table view.
|
||||
Note: Updating this property does not automatically refresh the data source.
|
||||
*/
|
||||
- (BOOL)hasLocalContacts;
|
||||
@property (nonatomic) BOOL showLocalContacts;
|
||||
|
||||
/**
|
||||
Get the contact at the given index path.
|
||||
|
||||
Reference in New Issue
Block a user