MESSENGER-4535 fix invitation into DMs and personal notes

This commit is contained in:
Frank Rotermund
2023-04-12 15:31:22 +02:00
parent 4609b2c0a4
commit 031c660b83
@@ -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) {