mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
wip
This commit is contained in:
parent
b0d054a5e5
commit
d92b38a20b
@ -123,6 +123,7 @@ struct SGPayWallView: View {
|
|||||||
@State private var state: PayWallState = .ready
|
@State private var state: PayWallState = .ready
|
||||||
@State private var showErrorAlert: Bool = false
|
@State private var showErrorAlert: Bool = false
|
||||||
@State private var showConfetti: Bool = false
|
@State private var showConfetti: Bool = false
|
||||||
|
@State private var showDetails: Bool = false
|
||||||
@State private var detailsPage: Int64 = 0
|
@State private var detailsPage: Int64 = 0
|
||||||
|
|
||||||
private let productsPub = NotificationCenter.default.publisher(for: .SGIAPHelperProductsUpdatedNotification, object: nil)
|
private let productsPub = NotificationCenter.default.publisher(for: .SGIAPHelperProductsUpdatedNotification, object: nil)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user