mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Voice Chat UI improvements
This commit is contained in:
@@ -236,6 +236,11 @@ public class CallStatusBarNodeImpl: CallStatusBarNode {
|
||||
if let strongSelf = self {
|
||||
strongSelf.currentPeer = view.peers[view.peerId]
|
||||
strongSelf.currentGroupCallState = state
|
||||
|
||||
var isMuted = isMuted
|
||||
if let state = state, let muteState = state.callState.muteState, !muteState.canUnmute {
|
||||
isMuted = true
|
||||
}
|
||||
strongSelf.currentIsMuted = isMuted
|
||||
|
||||
let currentIsConnected: Bool
|
||||
|
||||
Reference in New Issue
Block a user