MESSENGER-4966 color changes login flow and all chat

This commit is contained in:
JanNiklas Grabowski
2023-08-22 08:35:28 +00:00
committed by Arnfried Griesert
parent 30ca54a025
commit 0095c41ee4
11 changed files with 76 additions and 13 deletions
@@ -1309,6 +1309,8 @@ TableViewSectionsDelegate>
labelAndSwitchCell.mxkLabel.text = BWIL10n.bwiSettingsAnalyticsSwitchText;
labelAndSwitchCell.mxkSwitch.on = BWIAnalytics.sharedTracker.running;
labelAndSwitchCell.mxkSwitch.thumbTintColor = ThemeService.shared.theme.backgroundColor;
labelAndSwitchCell.mxkSwitch.thumbTintColor = ThemeService.shared.theme.backgroundColor;
labelAndSwitchCell.mxkSwitch.onTintColor = ThemeService.shared.theme.tintColor;
labelAndSwitchCell.mxkSwitch.enabled = YES;
[labelAndSwitchCell.mxkSwitch addTarget:self action:@selector(bwiToggleEnableMatomoTracking:) forControlEvents:UIControlEventTouchUpInside];