Avatar setup improvements

This commit is contained in:
Ilya Laktyushin
2022-12-12 04:46:21 +04:00
parent ed8226a126
commit 21121e1924
21 changed files with 379 additions and 40 deletions

View File

@@ -599,7 +599,7 @@ public final class MediaPickerScreen: ViewController, AttachmentContainable {
}
}
if let node = node {
return (node.view, { [weak node] animateCheckNode in
return (node.view, node.spoilerNode?.dustNode, { [weak node] animateCheckNode in
node?.animateFadeIn(animateCheckNode: animateCheckNode, animateSpoilerNode: false)
})
} else {