mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-09 19:47:57 +08:00
opt: view invalid user space
Closes #414 Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user