mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 19:16:44 +08:00
mod: update error widget
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -136,10 +136,10 @@ class _SysMsgPageState extends State<SysMsgPage> {
|
||||
);
|
||||
},
|
||||
)
|
||||
: HttpError(callback: _sysMsgController.onReload),
|
||||
: HttpError(onReload: _sysMsgController.onReload),
|
||||
Error() => HttpError(
|
||||
errMsg: loadingState.errMsg,
|
||||
callback: _sysMsgController.onReload,
|
||||
onReload: _sysMsgController.onReload,
|
||||
),
|
||||
LoadingState() => throw UnimplementedError(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user