mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Name color improvements
This commit is contained in:
@@ -163,11 +163,11 @@ public class ChatMessageForwardInfoNode: ASDisplayNode {
|
||||
}
|
||||
} else {
|
||||
if incoming {
|
||||
if let color = peer?.nameColor?.color {
|
||||
titleColor = color
|
||||
} else {
|
||||
// if let color = peer?.nameColor?.color {
|
||||
// titleColor = color
|
||||
// } else {
|
||||
titleColor = presentationData.theme.theme.chat.message.incoming.accentTextColor
|
||||
}
|
||||
// }
|
||||
} else {
|
||||
titleColor = presentationData.theme.theme.chat.message.outgoing.accentTextColor
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user