mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
mod: update error widget
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -178,10 +178,10 @@ class _ReplyMePageState extends State<ReplyMePage> {
|
||||
);
|
||||
},
|
||||
)
|
||||
: HttpError(callback: _replyMeController.onReload),
|
||||
: HttpError(onReload: _replyMeController.onReload),
|
||||
Error() => HttpError(
|
||||
errMsg: loadingState.errMsg,
|
||||
callback: _replyMeController.onReload,
|
||||
onReload: _replyMeController.onReload,
|
||||
),
|
||||
LoadingState() => throw UnimplementedError(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user