mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
[Spaces] M10.8 Browsing users in a space #4682
- Update after design review
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user