Cherry-pick various fixes

This commit is contained in:
Ilya Laktyushin
2020-11-16 15:40:06 +04:00
parent b003339efd
commit 02e1612e7a
366 changed files with 5680 additions and 28180 deletions

View File

@@ -940,6 +940,8 @@ final class ChatMessageInteractiveFileNode: ASDisplayNode {
self.streamingStatusNode = streamingStatusNode
streamingStatusNode.frame = streamingCacheStatusFrame
self.addSubnode(streamingStatusNode)
} else if let streamingStatusNode = self.streamingStatusNode {
streamingStatusNode.backgroundNodeColor = backgroundNodeColor
}
if let statusNode = self.statusNode {