Remove debugging

This commit is contained in:
Ali 2023-07-14 15:45:31 +04:00
parent 5fc43c6700
commit 5386d0675d

View File

@ -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 {