mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Video player improvements
This commit is contained in:
@@ -106,15 +106,14 @@ extension ChatControllerImpl {
|
||||
}
|
||||
}
|
||||
|
||||
//TODO:release
|
||||
//TODO:localize
|
||||
if "".isEmpty, let channel = message.peers[message.id.peerId] as? TelegramChannel, case .broadcast = channel.info {
|
||||
/*if "".isEmpty, let channel = message.peers[message.id.peerId] as? TelegramChannel, case .broadcast = channel.info {
|
||||
for media in message.media {
|
||||
if let file = media as? TelegramMediaFile, file.isVideo, !file.isInstantVideo, !file.isAnimated {
|
||||
tip = .videoProcessing
|
||||
}
|
||||
}
|
||||
}
|
||||
}*/
|
||||
|
||||
if actions.tip == nil {
|
||||
actions.tip = tip
|
||||
|
||||
Reference in New Issue
Block a user