mirror of
https://github.com/immich-app/immich.git
synced 2025-06-01 04:36:19 -04:00
Fix download asset loading indicator position (#2974)
This commit is contained in:
parent
61e5e65173
commit
f5d9826b12
@ -73,9 +73,13 @@ class VideoViewerPage extends HookConsumerWidget {
|
|||||||
placeholder: placeholder,
|
placeholder: placeholder,
|
||||||
),
|
),
|
||||||
if (downloadAssetStatus == DownloadAssetStatus.loading)
|
if (downloadAssetStatus == DownloadAssetStatus.loading)
|
||||||
const Center(
|
SizedBox(
|
||||||
|
height: MediaQuery.of(context).size.height,
|
||||||
|
width: MediaQuery.of(context).size.width,
|
||||||
|
child: const Center(
|
||||||
child: ImmichLoadingIndicator(),
|
child: ImmichLoadingIndicator(),
|
||||||
),
|
),
|
||||||
|
),
|
||||||
],
|
],
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user