MESSENGER-3675 bugfixes (sharing to, closed polls, set room to public)

This commit is contained in:
Frank Rotermund
2022-09-27 07:34:50 +02:00
parent f7c61783b8
commit 35898333b3
8 changed files with 6 additions and 11 deletions
@@ -3784,6 +3784,8 @@ NSString *const kRoomSettingsAdvancedE2eEnabledCellViewIdentifier = @"kRoomSetti
roomAccessToggleCell.mxkLabel.text = [BWIL10n roomDetailsAccessSectionAccessToggleBw];
[roomAccessToggleCell.mxkSwitch addTarget:self action:@selector(toggleDirectoryAccessBW:) forControlEvents:UIControlEventValueChanged];
if (updatedItemsDict[kRoomSettingsDirectoryKey])
{
roomAccessToggleCell.mxkSwitch.on = ((NSNumber*) updatedItemsDict[kRoomSettingsDirectoryKey]).boolValue;