Update onTintColor

This commit is contained in:
ismailgulek
2021-06-01 17:24:17 +03:00
committed by GitHub
parent 59f9d5c7fc
commit c88a81ea38
@@ -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];