mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 14:45:21 +00:00
Video chat improvements
This commit is contained in:
@@ -164,7 +164,7 @@ final class VideoChatActionButtonComponent: Component {
|
||||
}
|
||||
iconDiameter = 60.0
|
||||
case let .video(isActive):
|
||||
titleText = "video"
|
||||
titleText = component.strings.VoiceChat_Video
|
||||
switch component.microphoneState {
|
||||
case .connecting:
|
||||
backgroundColor = UIColor(white: 0.1, alpha: 1.0)
|
||||
@@ -177,7 +177,7 @@ final class VideoChatActionButtonComponent: Component {
|
||||
}
|
||||
iconDiameter = 60.0
|
||||
case .leave:
|
||||
titleText = "leave"
|
||||
titleText = component.strings.VoiceChat_Leave
|
||||
backgroundColor = UIColor(rgb: 0x47191E)
|
||||
iconDiameter = 22.0
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user