1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-25 10:43:13 +02:00

fix(mobile): Fix endless 'Building timeline' loop after changing the number of assets per row (#1445)

This commit is contained in:
Matthias Rupp 2023-01-27 20:08:05 +01:00 committed by GitHub
parent d354b38139
commit 9be71f603e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,6 +24,7 @@ class TilesPerRow extends HookConsumerWidget {
void sliderChangedEnd(double _) {
ref.invalidate(assetProvider);
ref.watch(assetProvider.notifier).getAllAsset();
}
useEffect(