mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Various improvements
This commit is contained in:
@@ -740,7 +740,7 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
case .full:
|
||||
break
|
||||
}
|
||||
} else if let _ = media as? TelegramMediaGiveaway {
|
||||
} else if media is TelegramMediaGiveaway || media is TelegramMediaGiveawayResults {
|
||||
let progress = params.progress
|
||||
let presentationData = strongSelf.presentationData
|
||||
|
||||
|
||||
Reference in New Issue
Block a user