We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67bbcc6 commit de7d7d8Copy full SHA for de7d7d8
ios/ios/KomojuPaymentView.swift
@@ -5,7 +5,7 @@ import UIKit
5
public struct KomojuPaymentView: View {
6
@State var isVisible: Bool = false
7
@State private var sheetHeight: CGFloat = .zero
8
- @State private var deeplinkUrl: String? = nil
+ @State private var deeplinkUrl: String?
9
10
let configuration: KomojuIosSDK.Configuration
11
let onDismiss: (KomojuIosSDK.PaymentResult) -> Void
@@ -29,7 +29,7 @@ public struct KomojuPaymentView: View {
29
.ignoresSafeArea(.keyboard)
30
}.onOpenURL(perform: onNewDeeplink)
31
}
32
-
+
33
private func onNewDeeplink(_ url: URL) {
34
deeplinkUrl = url.absoluteString
35
0 commit comments