Skip to content

Commit 3d92789

Browse files
committed
Force reload stats on change of site
1 parent f76335f commit 3d92789

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/DashboardViewController.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ private extension DashboardViewController {
414414
ServiceLocator.stores.site.sink { [weak self] site in
415415
guard let self = self else { return }
416416
self.updateUI(site: site)
417+
self.reloadData(forced: true)
417418
}.store(in: &cancellables)
418419
}
419420
}

0 commit comments

Comments
 (0)