[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 221fe2759a
commit d7a19a7531
4 changed files with 5 additions and 10 deletions
@@ -85,6 +85,7 @@
@property (nonatomic) BOOL enableMention;
@property (nonatomic) BOOL showCancelBarButtonItem;
@property (nonatomic) BOOL showParticipantCustomAccessoryView;
/**
The delegate for the view controller.
@@ -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;