Various fixes

This commit is contained in:
Ilya Laktyushin
2022-04-28 19:28:30 +04:00
parent 451b9d92d1
commit d36b6b0b7f
5 changed files with 76 additions and 21 deletions

View File

@@ -249,6 +249,7 @@ final class StickerPackPreviewGridItemNode: GridItemNode {
}
self.animationNode?.alpha = isLocked ? 0.5 : 1.0
self.imageNode.alpha = isLocked ? 0.5 : 1.0
self.currentState = (account, stickerItem)
self.setNeedsLayout()