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:
@@ -1095,8 +1095,8 @@ public final class ChatControllerImpl: TelegramBaseController, ChatController, G
|
||||
if case .premium = value {
|
||||
controller?.dismiss()
|
||||
|
||||
let controller = PremiumStickersScreen(context: strongSelf.context, updatedPresentationData: strongSelf.updatedPresentationData, reactions: premiumReactions)
|
||||
strongSelf.present(controller, in: .window(.root))
|
||||
let controller = PremiumReactionsScreen(context: strongSelf.context, updatedPresentationData: strongSelf.updatedPresentationData, reactions: premiumReactions)
|
||||
strongSelf.push(controller)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user