mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 06:35:51 +00:00
Video improvements
This commit is contained in:
@@ -616,7 +616,7 @@ final class ChatMessageAccessibilityData {
|
||||
canReply = false
|
||||
}
|
||||
else if let media = media as? TelegramMediaAction {
|
||||
if case .phoneCall(_, _, _) = media.action {
|
||||
if case .phoneCall = media.action {
|
||||
} else {
|
||||
canReply = false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user