mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-04 15:07:43 +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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user