Groups: self-management of membership of groups

Hide the (+) button on the groups list and on the group participants.
This will be handled later
This commit is contained in:
Giom Foret
2017-12-22 15:26:09 +01:00
parent 3d0977ae84
commit 8cec77f47b
2 changed files with 4 additions and 4 deletions
@@ -124,8 +124,8 @@
[self.tableView registerClass:ContactTableViewCell.class forCellReuseIdentifier:@"ParticipantTableViewCellId"];
// Add group creation button programmatically
[self addAddParticipantButton];
// @TODO: Add programmatically the button to add participant.
//[self addAddParticipantButton];
// Observe user interface theme change.
kRiotDesignValuesDidChangeThemeNotificationObserver = [[NSNotificationCenter defaultCenter] addObserverForName:kRiotDesignValuesDidChangeThemeNotification object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *notif) {