[Spaces] M10.8 Browsing users in a space #4682

- Update after design review
This commit is contained in:
Gil Eluard
2021-09-02 11:24:07 +03:00
parent 15da1e4ff8
commit 665e5726ca
4 changed files with 5 additions and 10 deletions
@@ -84,6 +84,7 @@
// Setup `MXKViewControllerHandling` properties
self.enableBarTintColorStatusChange = NO;
self.rageShakeManager = [RageShakeManager sharedManager];
self.showParticipantCustomAccessoryView = YES;
}
- (void)viewDidLoad
@@ -969,6 +970,7 @@
{
ContactTableViewCell* participantCell = [tableView dequeueReusableCellWithIdentifier:@"ParticipantTableViewCellId" forIndexPath:indexPath];
participantCell.selectionStyle = UITableViewCellSelectionStyleNone;
participantCell.showCustomAccessoryView = self.showParticipantCustomAccessoryView;
participantCell.mxRoom = self.mxRoom;