mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 11:36:45 +08:00
mod: update error widget
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -71,11 +71,11 @@ class _SubPageState extends State<SubPage> {
|
||||
),
|
||||
)
|
||||
: HttpError(
|
||||
callback: _subController.onReload,
|
||||
onReload: _subController.onReload,
|
||||
),
|
||||
Error() => HttpError(
|
||||
errMsg: loadingState.errMsg,
|
||||
callback: _subController.onReload,
|
||||
onReload: _subController.onReload,
|
||||
),
|
||||
LoadingState() => throw UnimplementedError(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user