Reskin: Paint icons with RiotDesignValues.colorValues.accent when possible

This commit is contained in:
manuroe
2018-12-03 17:14:32 +01:00
parent 6ad603a6ca
commit cc050e6da0
10 changed files with 41 additions and 13 deletions
+2 -1
View File
@@ -349,7 +349,8 @@
return [AvatarGenerator generateAvatarForMatrixItem:self.mxCall.room.roomId withDisplayName:self.mxCall.room.summary.displayname size:self.callerImageViewWidthConstraint.constant andFontSize:fontSize];
}
return [UIImage imageNamed:@"placeholder"];
return [MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
withColor:RiotDesignValues.colorValues.accent];
}
- (void)setMxCall:(MXCall *)call