mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Name color improvements
This commit is contained in:
@@ -187,6 +187,9 @@ public final class ChatMessageAttachedContentNode: ASDisplayNode {
|
||||
if let _ = nameColors?.secondary {
|
||||
secondaryColor = .clear
|
||||
}
|
||||
if let _ = nameColors?.tertiary {
|
||||
tertiaryColor = .clear
|
||||
}
|
||||
} else {
|
||||
var authorNameColor: UIColor?
|
||||
authorNameColor = nameColors?.main
|
||||
|
||||
Reference in New Issue
Block a user