Hide local contacts in Unified Search.

This commit is contained in:
Doug
2021-08-09 15:08:05 +01:00
parent 13a3d91cb9
commit 1424262d27
4 changed files with 6 additions and 3 deletions
@@ -245,6 +245,7 @@
// Init the search for people
peopleSearchDataSource = [[ContactsDataSource alloc] initWithMatrixSession:mainSession];
peopleSearchDataSource.showLocalContacts = NO;
peopleSearchDataSource.areSectionsShrinkable = YES;
peopleSearchDataSource.displaySearchInputInContactsList = YES;
peopleSearchDataSource.contactCellAccessoryImage = [[UIImage imageNamed: @"disclosure_icon"] vc_tintedImageUsingColor:ThemeService.shared.theme.textSecondaryColor];;