mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Don't clear avatar node contents on hide
This commit is contained in:
@@ -296,6 +296,7 @@ public final class AvatarNode: ASDisplayNode {
|
||||
|
||||
self.isOpaque = false
|
||||
self.displaysAsynchronously = true
|
||||
self.disableClearContentsOnHide = true
|
||||
|
||||
self.imageNode.isLayerBacked = true
|
||||
self.addSubnode(self.imageNode)
|
||||
|
||||
Reference in New Issue
Block a user