mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Voice Chats Improvements
This commit is contained in:
@@ -40,6 +40,7 @@ final class CallControllerButtonItemNode: HighlightTrackingButtonNode {
|
||||
case headphones
|
||||
case accept
|
||||
case end
|
||||
case cancel
|
||||
}
|
||||
|
||||
var appearance: Appearance
|
||||
@@ -228,6 +229,8 @@ final class CallControllerButtonItemNode: HighlightTrackingButtonNode {
|
||||
image = generateTintedImage(image: UIImage(bundleImageName: "Call/CallAcceptButton"), color: imageColor)
|
||||
case .end:
|
||||
image = generateTintedImage(image: UIImage(bundleImageName: "Call/CallDeclineButton"), color: imageColor)
|
||||
case .cancel:
|
||||
image = generateTintedImage(image: UIImage(bundleImageName: "Call/CallCancelButton"), color: imageColor)
|
||||
}
|
||||
|
||||
if let image = image {
|
||||
|
||||
Reference in New Issue
Block a user