mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Adding animated counter
This commit is contained in:
@@ -220,7 +220,7 @@ final class _MediaStreamVideoComponent: Component {
|
||||
let delegate = PlaybackDelegateImpl()
|
||||
delegate.onTransitionFinished = { [weak self] in
|
||||
if self?.videoView?.alpha == 0 {
|
||||
self?.videoView?.alpha = 1
|
||||
// self?.videoView?.alpha = 1
|
||||
}
|
||||
}
|
||||
return delegate
|
||||
|
||||
Reference in New Issue
Block a user