reskin: Rename RiotDesignValues -> ThemeService

This commit is contained in:
manuroe
2019-01-11 10:32:56 +01:00
parent eef759a8fa
commit 712a632120
123 changed files with 992 additions and 1004 deletions
@@ -15,7 +15,7 @@
*/
#import "TableViewCellWithCollectionView.h"
#import "RiotDesignValues.h"
#import "ThemeService.h"
#import "Riot-Swift.h"
@implementation TableViewCellWithCollectionView
@@ -32,7 +32,7 @@
{
[super customizeTableViewCellRendering];
self.editionView.backgroundColor = RiotDesignValues.theme.headerBackgroundColor;
self.editionView.backgroundColor = ThemeService.theme.headerBackgroundColor;
}
- (void)prepareForReuse