Hide local contacts in Unified Search.

This commit is contained in:
Doug
2021-08-09 15:08:05 +01:00
parent 1d9044a8ff
commit 3d958d95c2
4 changed files with 6 additions and 3 deletions
@@ -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;