reskin: Create ThemeService.shared

This commit is contained in:
manuroe
2019-01-11 11:45:27 +01:00
parent 712a632120
commit 744a0b8d4f
112 changed files with 758 additions and 728 deletions
@@ -29,7 +29,7 @@
{
[super customizeTableViewCellRendering];
self.titleLabel.textColor = ThemeService.theme.textPrimaryColor;
self.titleLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
}
- (void)layoutSubviews
@@ -50,7 +50,7 @@
else
{
self.avatarImageView.image = [MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
withColor:ThemeService.theme.tintColor];
withColor:ThemeService.shared.theme.tintColor];
}
self.titleLabel.text = roomIdOrAlias;