opt: view invalid user space

Closes #414

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-03-10 15:03:55 +08:00
parent b75fda3596
commit 2ce79d21b5
7 changed files with 89 additions and 45 deletions

View File

@@ -254,7 +254,12 @@ class _MediaPageState extends State<MediaPage>
if (loadingState is Error) {
return SizedBox(
height: 160,
child: Center(child: Text(loadingState.errMsg)),
child: Center(
child: Text(
loadingState.errMsg,
textAlign: TextAlign.center,
),
),
);
}
return const SizedBox();