mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
SettingsViewController: Fix indent issue.
This commit is contained in:
committed by
Stefan Ceriu
parent
eabf7350f3
commit
aab66e1485
@@ -1473,9 +1473,8 @@ TableViewSectionsDelegate>
|
||||
return [footerText copy];
|
||||
}
|
||||
|
||||
- (UITableViewCell *)buildMessageBubblesCellForTableView:
|
||||
(UITableView*)tableView
|
||||
atIndexPath:(NSIndexPath*)indexPath
|
||||
- (UITableViewCell *)buildMessageBubblesCellForTableView:(UITableView*)tableView
|
||||
atIndexPath:(NSIndexPath*)indexPath
|
||||
{
|
||||
MXKTableViewCellWithLabelAndSwitch* labelAndSwitchCell = [self getLabelAndSwitchCell:tableView forIndexPath:indexPath];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user