Skip to content

Commit b9bf7a0

Browse files
committed
Make empty views in package selection scrollable
1 parent 7c45c2f commit b9bf7a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Package and Rate Selection/WooCarrierPackagesSelectionView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ private extension WooCarrierPackagesSelectionView {
212212
.padding(.horizontal, Layout.ctaPadding)
213213
Spacer()
214214
}
215-
215+
.scrollVerticallyIfNeeded()
216216
}
217217

218218
func addPackageButtonTapped() {

WooCommerce/Classes/ViewRelated/Orders/Order Details/Shipping Labels/WooShipping Create Shipping Labels/WooShipping Package and Rate Selection/WooSavedPackagesSelectionView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ private extension WooSavedPackagesSelectionView {
214214
.padding(.horizontal, Layout.ctaPadding)
215215
Spacer()
216216
}
217-
217+
.scrollVerticallyIfNeeded()
218218
}
219219

220220
var selectionButtonDisabled: Bool {

0 commit comments

Comments
 (0)