mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-30 07:50:03 +00:00
Fix push to talk state
This commit is contained in:
@@ -610,6 +610,8 @@ private final class VideoChatScreenComponent: Component {
|
||||
self.state?.updated(transition: .spring(duration: 0.5))
|
||||
} else {
|
||||
component.call.setIsMuted(action: .muted(isPushToTalkActive: false))
|
||||
self.isPushToTalkActive = false
|
||||
self.state?.updated(transition: .spring(duration: 0.5))
|
||||
}
|
||||
}
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user