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
+2 -2
View File
@@ -94,8 +94,8 @@
self.groupsSearchBar.autocapitalizationType = UITextAutocapitalizationTypeNone;
self.groupsSearchBar.placeholder = NSLocalizedStringFromTable(@"search_default_placeholder", @"Vector", nil);
// Add the (+) button programmatically
[self addPlusButton];
// @TODO: Add programmatically the (+) button.
//[self addPlusButton];
// Observe user interface theme change.
kRiotDesignValuesDidChangeThemeNotificationObserver = [[NSNotificationCenter defaultCenter] addObserverForName:kRiotDesignValuesDidChangeThemeNotification object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *notif) {