From d92b38a20b0fe38353960ef4b30d50fdd7b7e49d Mon Sep 17 00:00:00 2001 From: Kylmakalle Date: Sun, 16 Mar 2025 16:41:47 +0200 Subject: [PATCH] wip --- Swiftgram/SGPayWall/Sources/SGPayWall.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Swiftgram/SGPayWall/Sources/SGPayWall.swift b/Swiftgram/SGPayWall/Sources/SGPayWall.swift index d8b7925ab3..87653b4eb2 100644 --- a/Swiftgram/SGPayWall/Sources/SGPayWall.swift +++ b/Swiftgram/SGPayWall/Sources/SGPayWall.swift @@ -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)