mirror of
https://github.com/immich-app/immich
synced 2025-11-14 17:36:12 +00:00
chore(mobile): flutter 3.29.3 (#17638)
* chore(mobile): flutter 3.29.3 * chore(mobile): flutter 3.29.3 * upgrade background_downloader
This commit is contained in:
parent
459c815086
commit
7efcba2b12
4 changed files with 9 additions and 6 deletions
|
|
@ -237,6 +237,9 @@ class PeopleCollectionCard extends ConsumerWidget {
|
|||
),
|
||||
),
|
||||
child: people.widgetWhen(
|
||||
onLoading: () => const Center(
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
onData: (people) {
|
||||
return GridView.count(
|
||||
crossAxisCount: 2,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue