mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: update error widget
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -88,10 +88,10 @@ class _MemberLikePageState extends State<MemberLikePage> {
|
||||
return MemberCoinsItem(coinItem: loadingState.response![index]);
|
||||
},
|
||||
)
|
||||
: HttpError(callback: _ctr.onReload),
|
||||
: HttpError(onReload: _ctr.onReload),
|
||||
Error() => HttpError(
|
||||
errMsg: loadingState.errMsg,
|
||||
callback: _ctr.onReload,
|
||||
onReload: _ctr.onReload,
|
||||
),
|
||||
LoadingState() => throw UnimplementedError(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user