fix(mobile): show places in Search page on mobile ()

* fix(mobile): show map on mobile

* remove ununsed code
This commit is contained in:
Alex 2024-04-26 00:49:31 -05:00 committed by GitHub
parent d52ed51aab
commit 52bcb46b42
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 40 additions and 191 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(getCuratedLocationProvider);
ref.invalidate(getPlacesProvider);
ref.invalidate(getAllPeopleProvider);
}