1
0
mirror of https://github.com/immich-app/immich.git synced 2024-12-19 00:32:49 +02:00
immich/mobile/lib/modules/backup
Azsde 8a421eb778
fix (mobile): Fix slow album thumbnail generation for album picker (#3905)
* [BUGFIX] Fix slow album thumbnail generation

When generating the thumbnail of an album, all of the pictures of the
album are retrieved but only the first picture of the album is used.

Retrieving all of the pictures of the album at once can cause huge performance
issues on large albums.

Since only the first picture is used to generate the thumbnail, this commit
uses the getAssetListPaged method instead of getAssetListRange, effectively
retrieving only the first picture of the album.

* [DEVMINOR] Remove unecessary check

As we already check for the number of assets in the album, when
fetching assets using `album.getAssetListPaged` the returned result
won't be empty.

---------

Co-authored-by: Azsde <aelkaim@pixium-vision.com>
2023-09-13 22:32:06 +07:00
..
background_service feat(mobile): upload image assets before videos (#3958) 2023-09-13 10:50:16 +07:00
models fix(mobile): manual asset upload - app state handling + cancel button (#3611) 2023-08-12 16:02:58 -05:00
providers fix (mobile): Fix slow album thumbnail generation for album picker (#3905) 2023-09-13 22:32:06 +07:00
services feat(mobile): upload image assets before videos (#3958) 2023-09-13 10:50:16 +07:00
ui chore(mobile): Bump to Flutter 3.13 (#3767) 2023-08-18 17:52:40 -05:00
views chore(mobile): Bump to Flutter 3.13 (#3767) 2023-08-18 17:52:40 -05:00