Improve simultaneous forward and reply info display

This commit is contained in:
Ilya Laktyushin
2022-03-11 03:25:17 +04:00
parent 923d66cd13
commit 3f8df7776f
6 changed files with 248 additions and 315 deletions

View File

@@ -148,7 +148,7 @@ class ChatMessageForwardInfoNode: ASDisplayNode {
}
} else {
titleColor = incoming ? presentationData.theme.theme.chat.message.incoming.accentTextColor : presentationData.theme.theme.chat.message.outgoing.accentTextColor
completeSourceString = strings.Message_ForwardedMessage(peerString)
completeSourceString = strings.Message_ForwardedMessageShort(peerString)
}
case .standalone:
let serviceColor = serviceMessageColorComponents(theme: presentationData.theme.theme, wallpaper: presentationData.theme.wallpaper)