mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 09:32:52 +02:00
reskin: ColorValues: suffix UIColor properties names with "Color"
This commit is contained in:
@@ -223,11 +223,11 @@
|
||||
}
|
||||
else if ((!contact.isMatrixContact && contact.phoneNumbers.count && !contact.emailAddresses.count))
|
||||
{
|
||||
image = [AvatarGenerator imageFromText:@"#" withBackgroundColor:RiotDesignValues.colorValues.accent];
|
||||
image = [AvatarGenerator imageFromText:@"#" withBackgroundColor:RiotDesignValues.colorValues.tintColor];
|
||||
}
|
||||
else
|
||||
{
|
||||
image = [AvatarGenerator imageFromText:@"@" withBackgroundColor:RiotDesignValues.colorValues.accent];
|
||||
image = [AvatarGenerator imageFromText:@"@" withBackgroundColor:RiotDesignValues.colorValues.tintColor];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user