mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Hide local contacts in Unified Search.
This commit is contained in:
@@ -51,8 +51,10 @@ typedef enum : NSUInteger
|
||||
}
|
||||
|
||||
/**
|
||||
Whether the data source should include local contacts in the table view.
|
||||
Note: Updating this property does not automatically refresh the data source.
|
||||
Whether the data source should include local contacts in the table view. The default
|
||||
value is set at initialisation to match the `MXKAppSettings` value for `syncLocalContacts`.
|
||||
Note: After updating this property, the table view's data will need to be reloaded for it to have
|
||||
any effect.
|
||||
*/
|
||||
@property (nonatomic) BOOL showLocalContacts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user