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.
2 parents 10ec6fc + db6dfd3 commit a7f8e59Copy full SHA for a7f8e59
WooCommerce/Classes/ViewRelated/Products/ProductsSplitViewCoordinator.swift
@@ -227,7 +227,9 @@ private extension ProductsSplitViewCoordinator {
227
guard let self else {
228
return false
229
}
230
- return selectedProduct == nil && !splitViewController.isCollapsed
+ return selectedProduct == nil &&
231
+ !splitViewController.isCollapsed &&
232
+ splitViewController.traitCollection.horizontalSizeClass == .regular
233
234
.first()
235
.sink { [weak self] selectedProduct, onDataReloaded in
0 commit comments