Various fixes

This commit is contained in:
Ilya Laktyushin
2020-10-30 21:35:36 +04:00
parent 33d946f8db
commit 778f7ed2b2
3 changed files with 5 additions and 1 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 {