Message animation improvements

This commit is contained in:
Ali
2021-04-23 16:30:29 +04:00
parent 8cbcff63a5
commit 6ef30496e1
16 changed files with 193 additions and 70 deletions

View File

@@ -433,7 +433,7 @@ class ChatMessageDateAndStatusNode: ASDisplayNode {
if let outgoingStatus = outgoingStatus {
switch outgoingStatus {
case .Sending:
statusWidth = 13.0
statusWidth = floor(floor(presentationData.fontSize.baseDisplaySize * 13.0 / 17.0))
if checkReadNode == nil {
checkReadNode = ASImageNode()