SettingsViewController: Fix indent issue.

This commit is contained in:
SBiOSoftWhare 2022-02-10 15:08:24 +01:00
parent 9b5b274022
commit 8018b541cc

View file

@ -1475,9 +1475,8 @@ TableViewSectionsDelegate>
return [footerText copy]; return [footerText copy];
} }
- (UITableViewCell *)buildMessageBubblesCellForTableView: - (UITableViewCell *)buildMessageBubblesCellForTableView:(UITableView*)tableView
(UITableView*)tableView atIndexPath:(NSIndexPath*)indexPath
atIndexPath:(NSIndexPath*)indexPath
{ {
MXKTableViewCellWithLabelAndSwitch* labelAndSwitchCell = [self getLabelAndSwitchCell:tableView forIndexPath:indexPath]; MXKTableViewCellWithLabelAndSwitch* labelAndSwitchCell = [self getLabelAndSwitchCell:tableView forIndexPath:indexPath];