mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-08 08:31:13 +00:00
Various improvements
This commit is contained in:
parent
0e16a038ac
commit
27afb74b62
@ -550,7 +550,7 @@ private final class StarsTransferSheetComponent: CombinedComponent {
|
|||||||
|
|
||||||
public final class StarsTransferScreen: ViewControllerComponentContainer {
|
public final class StarsTransferScreen: ViewControllerComponentContainer {
|
||||||
private let context: AccountContext
|
private let context: AccountContext
|
||||||
private let completion: @escaping () -> Void
|
private let completion: (Bool) -> Void
|
||||||
|
|
||||||
public init(
|
public init(
|
||||||
context: AccountContext,
|
context: AccountContext,
|
||||||
|
@ -887,7 +887,7 @@ public final class WebAppController: ViewController, AttachmentContainable {
|
|||||||
guard let self else {
|
guard let self else {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
self?.sendInvoiceClosedEvent(slug: slug, result: paid ? .paid : .cancelled)
|
self.sendInvoiceClosedEvent(slug: slug, result: paid ? .paid : .cancelled)
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
navigationController.pushViewController(controller)
|
navigationController.pushViewController(controller)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user