mirror of
https://github.com/KevinMidboe/immich.git
synced 2025-10-29 17:40:28 +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:
@@ -41,7 +41,7 @@ class AlbumInfoListTile extends HookConsumerWidget {
|
|||||||
albumInfo.assetCount.then((value) => assetCount.value = value);
|
albumInfo.assetCount.then((value) => assetCount.value = value);
|
||||||
return null;
|
return null;
|
||||||
},
|
},
|
||||||
[],
|
[albumInfo],
|
||||||
);
|
);
|
||||||
|
|
||||||
buildImageFilter() {
|
buildImageFilter() {
|
||||||
|
|||||||
Reference in New Issue
Block a user