Update onTintColor

This commit is contained in:
ismailgulek
2021-06-01 17:24:17 +03:00
committed by GitHub
parent 6358b8716d
commit 0cceac3983
@@ -2259,7 +2259,7 @@ TableViewSectionsDelegate>
labelAndSwitchCell.mxkLabel.text = NSLocalizedStringFromTable(@"settings_labs_enable_ringing_for_group_calls", @"Vector", nil);
labelAndSwitchCell.mxkSwitch.on = RiotSettings.shared.enableRingingForGroupCalls;
labelAndSwitchCell.mxkSwitch.tintColor = ThemeService.shared.theme.tintColor;
labelAndSwitchCell.mxkSwitch.onTintColor = ThemeService.shared.theme.tintColor;
[labelAndSwitchCell.mxkSwitch addTarget:self action:@selector(toggleEnableRingingForGroupCalls:) forControlEvents:UIControlEventValueChanged];