Update Mac legacy Avatar color lookup (#1873)

- Move mod in abs
This commit is contained in:
huwilkes 2023-08-25 09:45:58 -07:00 коммит произвёл GitHub
Родитель 01ac785127
Коммит 2fad5507b0
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -434,7 +434,7 @@ open class AvatarView: NSView {
@available(*, deprecated, message: "Use getInitialsColorSetFromPrimaryText:secondaryText: instead")
public static func getLegacyColor(for hashValue: Int) -> NSColor {
let legacyAvatarBackgroundColors = AvatarView.legacyAvatarViewBackgroundColor
return legacyAvatarBackgroundColors[abs(hashValue) % legacyAvatarBackgroundColors.count]
return legacyAvatarBackgroundColors[abs(hashValue % legacyAvatarBackgroundColors.count)]
}
/// the font size in the initials view will be scaled to this fraction of the avatarSize passed in