feat(android): complete first successful skip export
This commit is contained in:
@@ -120,7 +120,7 @@ struct CheckoutView: View {
|
||||
.background(AppColors.backgroundLight)
|
||||
.navigationTitle("Finalizar Pedido")
|
||||
.appInlineNavigationTitle()
|
||||
.safeAreaInset(edge: .bottom) {
|
||||
.appBottomSafeAreaInset {
|
||||
bottomBar
|
||||
}
|
||||
.task {
|
||||
@@ -433,7 +433,7 @@ struct CheckoutView: View {
|
||||
}
|
||||
.padding(.horizontal, 14)
|
||||
.padding(.top, 14)
|
||||
.contentShape(Rectangle())
|
||||
.appContentShape(Rectangle())
|
||||
.onTapGesture(perform: onTap)
|
||||
|
||||
content()
|
||||
|
||||
Reference in New Issue
Block a user