fix(mobile): show all places don't show all places (#9193)

fix(mobile): show all places doesn't show all places
This commit is contained in:
Alex 2024-04-30 22:14:33 -05:00 committed by GitHub
parent f057fe045e
commit c0495ca23f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 46 additions and 15 deletions

View file

@ -37,7 +37,7 @@ class TabNavigationObserver extends AutoRouterObserver {
// Perform tasks on re-visit to SearchRoute
if (route.name == 'SearchRoute') {
// Refresh Location State
ref.invalidate(getPlacesProvider);
ref.invalidate(getPreviewPlacesProvider);
ref.invalidate(getAllPeopleProvider);
}