We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3724810 commit 0098a91Copy full SHA for 0098a91
StripePaymentSheet/StripePaymentSheet/Source/PaymentSheet/Views/AfterpayPriceBreakdownView.swift
@@ -78,7 +78,7 @@ class AfterpayPriceBreakdownView: UIView {
78
private func didTapInfoButton() {
79
if let url = infoURL {
80
let safariController = SFSafariViewController(url: url)
81
- safariController.modalPresentationStyle = .overCurrentContext
+ safariController.modalPresentationStyle = .formSheet
82
parentViewController?.present(safariController, animated: true)
83
}
84
0 commit comments