Skip to content

Commit 6208ea8

Browse files
authored
[Sample] Add edgesIgnoringSafeArea to CheckoutSheet for SwiftUI (#375)
Add edgesIgnoringSafeArea(.all) to CheckoutSheet for SwiftUI
1 parent 4a2c750 commit 6208ea8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Samples/MobileBuyIntegration/MobileBuyIntegration/Views/CartView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ struct CartView: View {
113113
// Handle checkout failure
114114
print("Checkout failed: \(error)")
115115
}
116+
.edgesIgnoringSafeArea(.all)
116117
}
117118
}
118119
} else {

0 commit comments

Comments
 (0)