mirror of
https://github.com/oxen-io/session-ios.git
synced 2023-12-13 21:30:14 +01:00
Updated the casing for the avatar text
This commit is contained in:
parent
e786102f03
commit
d3734efc16
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ public final class Identicon : NSObject {
|
|||
with: size,
|
||||
text: (initials.count >= 2 ?
|
||||
initials.substring(to: 2).uppercased() :
|
||||
content.substring(to: 2).capitalized
|
||||
content.substring(to: 2).uppercased()
|
||||
)
|
||||
)
|
||||
let rect = CGRect(origin: CGPoint.zero, size: layer.frame.size)
|
||||
|
|
Loading…
Reference in a new issue