Video Chat Improvements

This commit is contained in:
Ilya Laktyushin
2021-05-24 17:52:35 +04:00
parent dedece9aaa
commit 54173d76e9
2 changed files with 6 additions and 1 deletions

View File

@@ -4741,7 +4741,7 @@ public final class VoiceChatController: ViewController {
}
}
case .fullscreen:
if fabs(translation) > 32.0 {
if abs(translation) > 32.0 {
if self.fullscreenListNode.layer.animationKeys()?.contains("opacity") == true {
self.fullscreenListNode.layer.removeAllAnimations()
}