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:
@@ -1612,7 +1612,7 @@ public final class ChatListNode: ListView {
|
||||
guard let self else {
|
||||
return
|
||||
}
|
||||
let controller = self.context.sharedContext.makePremiumGiftController(context: self.context)
|
||||
let controller = self.context.sharedContext.makePremiumGiftController(context: self.context, source: .chatList)
|
||||
self.push?(controller)
|
||||
}, openActiveSessions: { [weak self] in
|
||||
guard let self else {
|
||||
|
||||
Reference in New Issue
Block a user