mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
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:
parent
f057fe045e
commit
c0495ca23f
7 changed files with 46 additions and 15 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue