mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Message animation improvements
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user