mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Avatar setup improvements
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user