mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Voice Chat UI improvements
This commit is contained in:
@@ -109,6 +109,7 @@ public final class NotificationContainerController: ViewController {
|
||||
let toAlpha: CGFloat = value ? 0.0 : 1.0
|
||||
self.controllerNode.alpha = toAlpha
|
||||
self.controllerNode.layer.animateAlpha(from: fromAlpha, to: toAlpha, duration: 0.2)
|
||||
self.controllerNode.isUserInteractionEnabled = !value
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user