This commit is contained in:
Kylmakalle 2025-03-16 16:41:47 +02:00
parent b0d054a5e5
commit d92b38a20b

View File

@ -123,6 +123,7 @@ struct SGPayWallView: View {
@State private var state: PayWallState = .ready
@State private var showErrorAlert: Bool = false
@State private var showConfetti: Bool = false
@State private var showDetails: Bool = false
@State private var detailsPage: Int64 = 0
private let productsPub = NotificationCenter.default.publisher(for: .SGIAPHelperProductsUpdatedNotification, object: nil)