mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Apply new lineBreakColor where needed
This commit is contained in:
@@ -117,6 +117,7 @@
|
||||
// Check the table view style to select its bg color.
|
||||
self.bubblesTableView.backgroundColor = ((self.bubblesTableView.style == UITableViewStylePlain) ? ThemeService.shared.theme.backgroundColor : ThemeService.shared.theme.headerBackgroundColor);
|
||||
self.view.backgroundColor = self.bubblesTableView.backgroundColor;
|
||||
self.bubblesTableView.separatorColor = ThemeService.shared.theme.lineBreakColor;
|
||||
|
||||
if (self.bubblesTableView.dataSource)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user