Adding animated counter

This commit is contained in:
Ilya Yelagov
2022-11-27 14:12:07 +04:00
parent cbfe481a38
commit da7beffdd6
3 changed files with 541 additions and 30 deletions

View File

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