mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
HLS video improvements
This commit is contained in:
@@ -160,7 +160,7 @@ final class VideoChatActionButtonComponent: Component {
|
||||
case .unmuted:
|
||||
backgroundColor = !isActive ? UIColor(rgb: 0x124B21) : UIColor(rgb: 0x34C659)
|
||||
case .raiseHand, .scheduled:
|
||||
backgroundColor = UIColor(rgb: 0x3252EF)
|
||||
backgroundColor = !isActive ? UIColor(rgb: 0x23306B) : UIColor(rgb: 0x3252EF)
|
||||
}
|
||||
iconDiameter = 60.0
|
||||
case let .video(isActive):
|
||||
@@ -282,6 +282,7 @@ final class VideoChatActionButtonComponent: Component {
|
||||
}
|
||||
|
||||
self.isEnabled = isEnabled
|
||||
self.isUserInteractionEnabled = isEnabled
|
||||
|
||||
return size
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user