mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
[WIP] Call UI
This commit is contained in:
@@ -26,7 +26,7 @@ private func interpolate(from: CGFloat, to: CGFloat, value: CGFloat) -> CGFloat
|
||||
return (1.0 - value) * from + value * to
|
||||
}
|
||||
|
||||
private final class CallVideoNode: ASDisplayNode, PreviewVideoNode {
|
||||
final class CallVideoNode: ASDisplayNode, PreviewVideoNode {
|
||||
private let videoTransformContainer: ASDisplayNode
|
||||
private let videoView: PresentationCallVideoView
|
||||
|
||||
|
||||
Reference in New Issue
Block a user