mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(mobile): center loading spinner in people page (#18781)
fix: center loading spinner in people page
This commit is contained in:
parent
9d04853b34
commit
f4e4e6628e
1 changed files with 1 additions and 1 deletions
|
|
@ -133,7 +133,7 @@ class PeopleCollectionPage extends HookConsumerWidget {
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
error: (error, stack) => const Text("error"),
|
error: (error, stack) => const Text("error"),
|
||||||
loading: () => const CircularProgressIndicator(),
|
loading: () => const Center(child: CircularProgressIndicator()),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue