Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-27 20:54:41 +08:00
parent 25acf3a9bb
commit b51c646415
227 changed files with 768 additions and 764 deletions

View File

@@ -48,7 +48,7 @@ class LiveController extends CommonListController with AccountMixin {
bool customHandleResponse(bool isRefresh, Success response) {
if (isRefresh) {
final res = response.response;
if (res case LiveIndexData data) {
if (res case final LiveIndexData data) {
if (data.hasMore == 0) {
isEnd = true;
}
@@ -56,7 +56,7 @@ class LiveController extends CommonListController with AccountMixin {
first: data.followItem,
second: data.areaItem,
);
} else if (res case LiveSecondData data) {
} else if (res case final LiveSecondData data) {
count = data.count;
newTags = data.newTags;
if (sortType != null) {