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.
1 parent 74136a2 commit 966d234Copy full SHA for 966d234
WooCommerce/Classes/ViewRelated/Products/Variations/ProductVariationsViewController.swift
@@ -699,10 +699,10 @@ private extension ProductVariationsViewController {
699
case .syncing(let pageNumber):
700
if pageNumber == syncingCoordinator.pageFirstIndex {
701
displayPlaceholderProducts()
702
+ hideMoreActionsNavigationBarButton()
703
} else {
704
ensureFooterSpinnerIsStarted()
705
}
- hideMoreActionsNavigationBarButton()
706
case .results:
707
break
708
0 commit comments