mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Various Fixes
This commit is contained in:
@@ -707,9 +707,6 @@ class ChatMessageInteractiveInstantVideoNode: ASDisplayNode {
|
||||
if let playbackStatusNode = self.playbackStatusNode {
|
||||
self.playbackStatusNode = nil
|
||||
playbackStatusNode.removeFromSupernode()
|
||||
// playbackStatusNode.layer.animateAlpha(from: 1.0, to: 0.0, duration: 0.2, removeOnCompletion: false, completion: { [weak playbackStatusNode] _ in
|
||||
// playbackStatusNode?.removeFromSupernode()
|
||||
// })
|
||||
}
|
||||
|
||||
self.durationNode?.status = .single(nil)
|
||||
|
||||
Reference in New Issue
Block a user