mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Voice Chat UI improvements
This commit is contained in:
@@ -265,8 +265,10 @@ public class CallStatusBarNodeImpl: CallStatusBarNode {
|
||||
strongSelf.currentGroupCallState = state
|
||||
|
||||
var isMuted = isMuted
|
||||
if let state = state, state.callState.muteState != nil {
|
||||
isMuted = true
|
||||
if let state = state, let muteState = state.callState.muteState {
|
||||
if !muteState.canUnmute {
|
||||
isMuted = true
|
||||
}
|
||||
}
|
||||
strongSelf.currentIsMuted = isMuted
|
||||
|
||||
|
||||
Reference in New Issue
Block a user