Skip to content

Commit 6ff9432

Browse files
committed
Set bottom sheet arrow direction to be down.
1 parent 885435c commit 6ff9432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/Edit Product/ProductFormViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ private extension ProductFormViewController {
209209
self?.dismiss(animated: true, completion: nil)
210210
}
211211
let bottomSheet = BottomSheetViewController(childViewController: listSelectorViewController)
212-
bottomSheet.show(from: self, sourceView: button, arrowDirections: .up)
212+
bottomSheet.show(from: self, sourceView: button, arrowDirections: .down)
213213
}
214214
}
215215

0 commit comments

Comments
 (0)