mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 07:28:28 +02:00
Address Steve's comments.
This commit is contained in:
@@ -1314,7 +1314,7 @@ TableViewSectionsDelegate>
|
||||
SectionFooterView *view = [tableView dequeueReusableHeaderFooterViewWithIdentifier:SectionFooterView.defaultReuseIdentifier];
|
||||
[view updateWithTheme:ThemeService.shared.theme];
|
||||
view.leadingInset = tableView.vc_separatorInset.left;
|
||||
view.textLabel.text = footerTitle;
|
||||
[view updateWithText:footerTitle];
|
||||
|
||||
return view;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user