mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-11-07 01:10:09 +00:00
Video Chat Fixes
This commit is contained in:
parent
95779538c9
commit
bee3bd2314
@ -4837,7 +4837,7 @@ public final class VoiceChatController: ViewController {
|
||||
}
|
||||
|
||||
var waitForFullSize = waitForFullSize
|
||||
if let (_, maybeVideoEndpointId) = effectiveSpeaker, let videoEndpointId = maybeVideoEndpointId, !self.readyVideoEndpointIds.contains(videoEndpointId) {
|
||||
if let (_, maybeVideoEndpointId) = effectiveSpeaker, let videoEndpointId = maybeVideoEndpointId, !self.readyVideoEndpointIds.contains(videoEndpointId), entries == nil {
|
||||
waitForFullSize = false
|
||||
}
|
||||
|
||||
|
||||
@ -334,7 +334,7 @@ class VoiceChatFullscreenParticipantItemNode: ItemListRevealOptionsItemNode {
|
||||
|
||||
self.videoFadeNode.alpha = 1.0
|
||||
self.videoFadeNode.layer.animateAlpha(from: 0.0, to: 1.0, duration: 0.2, timingFunction: CAMediaTimingFunctionName.easeInEaseOut.rawValue)
|
||||
} else if initialAnimate {
|
||||
} else {
|
||||
videoNode.updateLayout(size: videoSize, layoutMode: .fillOrFitToSquare, transition: .immediate)
|
||||
self.videoFadeNode.alpha = 1.0
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user