mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +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 ||
|
followEnd = list.length >= liveCount.value ||
|
||||||
list.isEmpty ||
|
list.isEmpty ||
|
||||||
res['data'].list.isNullOrEmpty;
|
(res['data'].list as List?).isNullOrEmpty;
|
||||||
followListState.value = LoadingState.success(list);
|
followListState.value = LoadingState.success(list);
|
||||||
} else {
|
} else {
|
||||||
followListState.value = LoadingState.error(res['msg']);
|
followListState.value = LoadingState.error(res['msg']);
|
||||||
|
|||||||
Reference in New Issue
Block a user