mirror of
https://github.com/immich-app/immich.git
synced 2025-12-27 05:03:58 -08: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:
@@ -237,6 +237,9 @@ class PeopleCollectionCard extends ConsumerWidget {
|
||||
),
|
||||
),
|
||||
child: people.widgetWhen(
|
||||
onLoading: () => const Center(
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
onData: (people) {
|
||||
return GridView.count(
|
||||
crossAxisCount: 2,
|
||||
|
||||
Reference in New Issue
Block a user