Skip to content

Commit

Permalink
Lint fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
AmniX committed Nov 13, 2024
1 parent af03bbf commit 080fe70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/ios/KomojuPaymentView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import UIKit
public struct KomojuPaymentView: View {
@State var isVisible: Bool = false
@State private var sheetHeight: CGFloat = .zero
@State private var deeplinkUrl: String? = nil
@State private var deeplinkUrl: String?

let configuration: KomojuIosSDK.Configuration
let onDismiss: (KomojuIosSDK.PaymentResult) -> Void
Expand All @@ -29,7 +29,7 @@ public struct KomojuPaymentView: View {
.ignoresSafeArea(.keyboard)
}.onOpenURL(perform: onNewDeeplink)
}

private func onNewDeeplink(_ url: URL) {
deeplinkUrl = url.absoluteString
}
Expand Down

0 comments on commit 080fe70

Please sign in to comment.