mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Voice Chat Improvements
This commit is contained in:
@@ -1670,14 +1670,14 @@ class VoiceChatParticipantItemNode: ItemListRevealOptionsItemNode {
|
||||
}
|
||||
}))
|
||||
}
|
||||
} else {
|
||||
} else if canUpdateAvatarVisibility {
|
||||
strongSelf.avatarNode.alpha = 1.0
|
||||
}
|
||||
|
||||
switch item.style {
|
||||
case .list:
|
||||
strongSelf.audioLevelView?.alpha = item.transparent ? 0.0 : 1.0
|
||||
strongSelf.avatarNode.isHidden = item.transparent
|
||||
strongSelf.avatarNode.isHidden = item.transparent || strongSelf.isExtracted
|
||||
strongSelf.videoContainerNode.isHidden = item.transparent
|
||||
strongSelf.pinIconNode.isHidden = !item.transparent
|
||||
if item.transparent && currentItem?.pinned != item.pinned {
|
||||
|
||||
Reference in New Issue
Block a user