mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +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