Chat wallpaper fixes

This commit is contained in:
Ilya Laktyushin 2023-04-12 19:37:39 +04:00
parent 61cc0b5ed1
commit 32251e1ef2

View File

@ -509,7 +509,6 @@ final class WallpaperGalleryItemNode: GalleryItemNode {
self.temporaryImageNode.layer.animateAlpha(from: 1.0, to: 0.0, duration: 0.2, delay: 0.2, removeOnCompletion: false, completion: { [weak self] _ in
self?.temporaryImageNode.image = nil
self?.temporaryImageNode.layer.removeAllAnimations()
self?.imageNode.imageUpdated = nil
})
}, { [weak self] image in
guard let self else {