mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: refresh uplist
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -110,6 +110,7 @@ class _HorizontalMemberPageState extends State<HorizontalMemberPage> {
|
||||
],
|
||||
),
|
||||
Error() => scrollErrorWidget(
|
||||
controller: _controller.scrollController,
|
||||
errMsg: userState.errMsg,
|
||||
onReload: () {
|
||||
_controller.userState.value = LoadingState.loading();
|
||||
@@ -227,6 +228,7 @@ class _HorizontalMemberPageState extends State<HorizontalMemberPage> {
|
||||
),
|
||||
),
|
||||
Error() => scrollErrorWidget(
|
||||
controller: _controller.scrollController,
|
||||
errMsg: loadingState.errMsg,
|
||||
onReload: _controller.onReload,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user