This commit is contained in:
Ali
2023-07-12 22:55:22 +04:00
parent f1a01e343b
commit b6894b8081
5 changed files with 7 additions and 7 deletions

View File

@@ -1423,7 +1423,7 @@ class ChatListItemNode: ItemListRevealOptionsItemNode {
videoNode = current
} else {
videoNode = AvatarVideoNode(context: item.context)
strongSelf.avatarNode.addSubnode(videoNode)
strongSelf.avatarNode.contentNode.addSubnode(videoNode)
strongSelf.avatarVideoNode = videoNode
}
videoNode.update(peer: peer, photo: photo, size: CGSize(width: 60.0, height: 60.0))