mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
Gift improvements
This commit is contained in:
@@ -1418,6 +1418,7 @@ private final class ChatSendStarsScreenComponent: Component {
|
||||
context: component.context,
|
||||
peerId: component.context.account.peerId,
|
||||
theme: environment.theme,
|
||||
currency: .stars,
|
||||
action: { [weak self] in
|
||||
guard let self, let starsContext = context.starsContext, let navigationController = self.environment?.controller()?.navigationController as? NavigationController else {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user