mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
fix(mobile): update useEffect to run on any change instead of only on lead (#3650)
-- this change is mainly for the AlbumInfoListTile widget
This commit is contained in:
parent
7948819e0c
commit
b790354f9a
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ class AlbumInfoListTile extends HookConsumerWidget {
|
|||
albumInfo.assetCount.then((value) => assetCount.value = value);
|
||||
return null;
|
||||
},
|
||||
[],
|
||||
[albumInfo],
|
||||
);
|
||||
|
||||
buildImageFilter() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue