mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-03 22:56:57 +02:00
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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user