mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Video Chat Improvements
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user