mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
reskin: Create ThemeService.shared
This commit is contained in:
@@ -339,7 +339,7 @@ double const kPublicRoomsDirectoryDataExpiration = 10;
|
||||
if (!tableViewCell)
|
||||
{
|
||||
tableViewCell = [[MXKTableViewCell alloc] init];
|
||||
tableViewCell.textLabel.textColor = ThemeService.theme.textSecondaryColor;
|
||||
tableViewCell.textLabel.textColor = ThemeService.shared.theme.textSecondaryColor;
|
||||
tableViewCell.textLabel.font = [UIFont systemFontOfSize:15.0];
|
||||
tableViewCell.selectionStyle = UITableViewCellSelectionStyleNone;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user