mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-06 13:12:49 +00:00
Fix status
This commit is contained in:
@@ -615,6 +615,9 @@ final class StoryItemContentComponent: Component {
|
||||
reloadMedia = true
|
||||
|
||||
if let videoNode = self.videoNode {
|
||||
self.videoProgressDisposable?.dispose()
|
||||
self.videoProgressDisposable = nil
|
||||
|
||||
self.videoNode = nil
|
||||
videoNode.view.removeFromSuperview()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user