mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-21 17:12:45 +02:00
Reskin: Paint icons with RiotDesignValues.colorValues.accent when possible
This commit is contained in:
@@ -102,7 +102,8 @@
|
||||
andImageOrientation:UIImageOrientationUp
|
||||
toFitViewSize:self.roomAvatar.frame.size
|
||||
withMethod:MXThumbnailingMethodCrop
|
||||
previewImage:[UIImage imageNamed:@"placeholder"]
|
||||
previewImage:[MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
|
||||
withColor:RiotDesignValues.colorValues.accent]
|
||||
mediaManager:self.mxRoom.mxSession.mediaManager];
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user