Build with buck

This commit is contained in:
Ali
2020-05-12 22:01:20 +04:00
parent 8c9ecb800e
commit 82e676728a
25 changed files with 1051 additions and 139 deletions

View File

@@ -272,6 +272,7 @@ final class CallControllerNode: ASDisplayNode {
return
}
if let videoView = videoView {
strongSelf.setCurrentAudioOutput?(.speaker)
strongSelf.videoView = videoView
strongSelf.containerNode.view.insertSubview(videoView, aboveSubview: strongSelf.dimNode.view)
if let (layout, navigationBarHeight) = strongSelf.validLayout {