fix get live second list

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-08-02 21:06:10 +08:00
parent 4b9f251dae
commit 574e432e09
7 changed files with 180 additions and 114 deletions

View File

@@ -60,6 +60,9 @@ class LiveAreaChildController
);
void onSelectTag(int index, String? sortType) {
if (isLoading) {
return;
}
tagIndex.value = index;
this.sortType = sortType;