mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
reskin: Create ThemeService.shared
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
{
|
||||
[super customizeTableViewCellRendering];
|
||||
|
||||
self.descLabel.textColor = ThemeService.theme.textPrimaryColor;
|
||||
self.descLabel.textColor = ThemeService.shared.theme.textPrimaryColor;
|
||||
}
|
||||
|
||||
- (void)layoutSubviews
|
||||
@@ -64,7 +64,7 @@
|
||||
withType:nil
|
||||
andImageOrientation:UIImageOrientationUp
|
||||
previewImage:[MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
|
||||
withColor:ThemeService.theme.tintColor]
|
||||
withColor:ThemeService.shared.theme.tintColor]
|
||||
mediaManager:cellData.mediaManager];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user