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 f460ecd commit 2115397Copy full SHA for 2115397
WooCommerce/Classes/ViewRelated/MainTabBarController.swift
@@ -151,6 +151,7 @@ final class MainTabBarController: UITabBarController {
151
private var posEligibilityCheckTask: Task<Void, Never>?
152
private var posCatalogSyncCoordinator: POSCatalogSyncCoordinatorProtocol?
153
154
+ /// periphery: ignore - keeping strong ref of the checker to keep its async task alive
155
private var bookingsEligibilityChecker: BookingsTabEligibilityCheckerProtocol?
156
private var bookingsEligibilityCheckTask: Task<Void, Never>?
157
0 commit comments