Skip to content

Commit 68d6368

Browse files
committed
OrdersVM: Remove incorrect comment
We might not be able to do this fully because we need to detect if the view is visible or not. And we can't do that in the `ViewModel`.
1 parent 3eef9e2 commit 68d6368

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

WooCommerce/Classes/ViewRelated/Orders/OrdersViewModel.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@ final class OrdersViewModel {
2828

2929
/// The block called if self requests a resynchronization of the first page.
3030
///
31-
/// In the future, if the `SyncCoordinator` should be managed by this `ViewModel`, then we
32-
/// wouldn't need this block at all.
33-
///
3431
var onShouldResynchronizeAfterAppActivation: (() -> ())?
3532

3633
/// OrderStatus that must be matched by retrieved orders.

0 commit comments

Comments
 (0)