mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Stories
This commit is contained in:
@@ -2047,6 +2047,10 @@ public final class ReactionContextNode: ASDisplayNode, UIScrollViewDelegate {
|
||||
targetView.addSubnode(itemNode)
|
||||
itemNode.frame = selfTargetBounds
|
||||
}
|
||||
} else if let targetView = targetView as? UIImageView {
|
||||
itemNode.isHidden = true
|
||||
targetView.layer.animateAlpha(from: 0.0, to: 1.0, duration: 0.12)
|
||||
targetView.layer.animateScale(from: 0.2, to: 1.0, duration: 0.12)
|
||||
}
|
||||
|
||||
if switchToInlineImmediately {
|
||||
|
||||
Reference in New Issue
Block a user