Skip to content

Commit 966d234

Browse files
committed
Hide the more button only when the first page is being loaded
1 parent 74136a2 commit 966d234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/ViewRelated/Products/Variations/ProductVariationsViewController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,10 +699,10 @@ private extension ProductVariationsViewController {
699699
case .syncing(let pageNumber):
700700
if pageNumber == syncingCoordinator.pageFirstIndex {
701701
displayPlaceholderProducts()
702+
hideMoreActionsNavigationBarButton()
702703
} else {
703704
ensureFooterSpinnerIsStarted()
704705
}
705-
hideMoreActionsNavigationBarButton()
706706
case .results:
707707
break
708708
}

0 commit comments

Comments
 (0)