mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-07-30 15:10:56 +00:00
Fix build
This commit is contained in:
parent
18f2308971
commit
ab4a155172
@ -532,7 +532,7 @@ private final class SheetContent: CombinedComponent {
|
||||
} else if let peerId = state?.botPeer?.id {
|
||||
purpose = .transfer(peerId: peerId, requiredStars: invoice.totalAmount)
|
||||
} else {
|
||||
purpose = .generic(requiredStars: nil)
|
||||
purpose = .generic
|
||||
}
|
||||
let purchaseController = accountContext.sharedContext.makeStarsPurchaseScreen(
|
||||
context: accountContext,
|
||||
|
Loading…
x
Reference in New Issue
Block a user