mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: live follow list
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -53,7 +53,7 @@ class LiveController extends CommonController {
|
||||
}
|
||||
followEnd = list.length >= liveCount.value ||
|
||||
list.isEmpty ||
|
||||
res['data'].list.isNullOrEmpty;
|
||||
(res['data'].list as List?).isNullOrEmpty;
|
||||
followListState.value = LoadingState.success(list);
|
||||
} else {
|
||||
followListState.value = LoadingState.error(res['msg']);
|
||||
|
||||
Reference in New Issue
Block a user