mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Forward UI fixes
This commit is contained in:
@@ -710,6 +710,9 @@ final class CallListControllerNode: ASDisplayNode {
|
||||
self.emptyButtonTextNode.layer.animateAlpha(from: previousAlpha, to: alpha, duration: 0.25)
|
||||
self.emptyButtonNode.isUserInteractionEnabled = !isHidden
|
||||
|
||||
self.listNode.alpha = 1.0 - alpha
|
||||
self.listNode.layer.animateAlpha(from: 1.0 - previousAlpha, to: 1.0 - alpha, duration: 0.25)
|
||||
|
||||
if !isHidden {
|
||||
let type = self.currentLocationAndType.scope
|
||||
let emptyText: String
|
||||
|
||||
Reference in New Issue
Block a user