mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 00:52:43 +02:00
MESSENGER-5892 activate federation with wellknown
This commit is contained in:
@@ -3075,7 +3075,7 @@ SSOAuthenticationPresenterDelegate>
|
||||
MXKTableViewCellWithLabelAndSwitch *labelAndSwitchCell = [self getLabelAndSwitchCell:tableView forIndexPath:indexPath];
|
||||
|
||||
labelAndSwitchCell.mxkLabel.text = [BWIL10n bwiSettingsLabsFederationFeature];
|
||||
labelAndSwitchCell.mxkSwitch.on = BWIBuildSettings.shared.isFederationEnabled;
|
||||
labelAndSwitchCell.mxkSwitch.on = BWIBuildSettings.shared.isLabsFederationEnabled;
|
||||
labelAndSwitchCell.mxkSwitch.thumbTintColor = ThemeService.shared.theme.backgroundColor;
|
||||
labelAndSwitchCell.mxkSwitch.onTintColor = ThemeService.shared.theme.tintColor;
|
||||
|
||||
@@ -4027,7 +4027,7 @@ SSOAuthenticationPresenterDelegate>
|
||||
// bwi: #5203 add federation feature
|
||||
- (void)toggleEnableFederationFeature:(UISwitch *)sender
|
||||
{
|
||||
BWIBuildSettings.shared.isFederationEnabled = sender.isOn;
|
||||
BWIBuildSettings.shared.isLabsFederationEnabled = sender.isOn;
|
||||
}
|
||||
|
||||
- (void)markAllAsRead:(id)sender
|
||||
|
||||
Reference in New Issue
Block a user