mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 16:13:42 +02:00
Reskin: Paint icons with RiotDesignValues.colorValues.accent when possible
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
|
||||
#import "AvatarGenerator.h"
|
||||
#import "RiotDesignValues.h"
|
||||
#import "Riot-Swift.h"
|
||||
|
||||
@implementation RoomIdOrAliasTableViewCell
|
||||
|
||||
@@ -48,7 +49,8 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
self.avatarImageView.image = [UIImage imageNamed:@"placeholder"];
|
||||
self.avatarImageView.image = [MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
|
||||
withColor:RiotDesignValues.colorValues.accent];
|
||||
}
|
||||
|
||||
self.titleLabel.text = roomIdOrAlias;
|
||||
|
||||
Reference in New Issue
Block a user