mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +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