mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
MESSENGER-4535 fix invitation into DMs and personal notes and cancelable passphrase flow cherry pick from release
This commit is contained in:
@@ -155,13 +155,15 @@
|
||||
[self.tableView registerClass:ContactTableViewCell.class forCellReuseIdentifier:@"ParticipantTableViewCellId"];
|
||||
|
||||
|
||||
if (_showInviteUserFab)
|
||||
{
|
||||
// Add invite members button programmatically
|
||||
[self vc_addFABWithImage:AssetImages.addMemberFloatingAction.image
|
||||
target:self
|
||||
action:@selector(onAddParticipantButtonPressed)];
|
||||
}
|
||||
// bwi: too early to tell if button should be added -> we need mxRoom
|
||||
// if (_showInviteUserFab)
|
||||
// {
|
||||
// // Add invite members button programmatically
|
||||
// [self vc_addFABWithImage:AssetImages.addMemberFloatingAction.image
|
||||
// target:self
|
||||
// action:@selector(onAddParticipantButtonPressed)];
|
||||
// }
|
||||
|
||||
|
||||
// Observe user interface theme change.
|
||||
kThemeServiceDidChangeThemeNotificationObserver = [[NSNotificationCenter defaultCenter] addObserverForName:kThemeServiceDidChangeThemeNotification object:nil queue:[NSOperationQueue mainQueue] usingBlock:^(NSNotification *notif) {
|
||||
|
||||
Reference in New Issue
Block a user