nextcloud / talk-ios

📱😀 Video & audio calls through Nextcloud on iOS
GNU General Public License v3.0
150 stars 92 forks source link

Fix color to hexstring conversion #1779

Closed SystemKeeper closed 2 months ago

SystemKeeper commented 2 months ago

Depending on the color choosen, we get a value above 1 for each of the color components (because of extended sRGB), resulting in an invalid hex string:

image

and setting a conversation avatar with emoji might fail.

So we make sure that we have a max value of 255.