You've already forked immich
mirror of
https://github.com/immich-app/immich.git
synced 2025-08-07 23:03:36 +02:00
fix(mobile): center loading spinner in people page (#18781)
fix: center loading spinner in people page
This commit is contained in:
@ -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()),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user