Skip to content

Commit

Permalink
fix(mobile): Fix endless 'Building timeline' loop after changing the …
Browse files Browse the repository at this point in the history
…number of assets per row (immich-app#1445)
  • Loading branch information
matthinc authored Jan 27, 2023
1 parent d354b38 commit 9be71f6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class TilesPerRow extends HookConsumerWidget {

void sliderChangedEnd(double _) {
ref.invalidate(assetProvider);
ref.watch(assetProvider.notifier).getAllAsset();
}

useEffect(
Expand Down

0 comments on commit 9be71f6

Please sign in to comment.