fix: live follow list

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-01-11 22:04:33 +08:00
parent 591078d4e4
commit 0817b183a4

View File

@@ -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']);