Skip to content

Commit 83bb383

Browse files
committed
Add comment
1 parent 119776f commit 83bb383

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/MainTabBarController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ extension MainTabBarController {
403403
static func navigateToOrderDetails(with orderID: Int64, siteID: Int64) {
404404
showStore(with: siteID, onCompletion: { storeIsShown in
405405
switchToOrdersTab {
406+
// It failed to show the order's store. We navigate to the orders tab and stop, as we cannot show the order details screen
406407
guard storeIsShown else {
407408
return
408409
}

0 commit comments

Comments
 (0)