mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-03-01 14:20:58 +00:00
Remove debugging
This commit is contained in:
@@ -163,7 +163,7 @@ final class StoryItemContentComponent: Component {
|
||||
videoNode.isHidden = true
|
||||
|
||||
self.videoNode = videoNode
|
||||
//self.addSubview(videoNode.view)
|
||||
self.addSubview(videoNode.view)
|
||||
|
||||
videoNode.playbackCompleted = { [weak self] in
|
||||
guard let self else {
|
||||
|
||||
Reference in New Issue
Block a user