mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Add gift screen presentation source
This commit is contained in:
@@ -880,7 +880,7 @@ public class ReplaceBoostScreen: ViewController {
|
||||
}
|
||||
let navigationController = self.navigationController
|
||||
self.dismiss(animated: true, completion: {
|
||||
let giftController = context.sharedContext.makePremiumGiftController(context: context)
|
||||
let giftController = context.sharedContext.makePremiumGiftController(context: context, source: .channelBoost)
|
||||
navigationController?.pushViewController(giftController, animated: true)
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user