1
0
mirror of https://github.com/immich-app/immich.git synced 2025-07-16 07:24:40 +02:00

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

* 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
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);
}