mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-22 19:51:11 +08:00
mod: update error widget
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -129,11 +129,11 @@ class _FansPageState extends State<FansPage> {
|
||||
),
|
||||
)
|
||||
: HttpError(
|
||||
callback: _fansController.onReload,
|
||||
onReload: _fansController.onReload,
|
||||
),
|
||||
Error() => HttpError(
|
||||
errMsg: loadingState.errMsg,
|
||||
callback: _fansController.onReload,
|
||||
onReload: _fansController.onReload,
|
||||
),
|
||||
LoadingState() => throw UnimplementedError(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user