mod: live bg

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-06 11:10:54 +08:00
parent 2143744647
commit e44b666e59
3 changed files with 14 additions and 0 deletions

View File

@@ -45,4 +45,10 @@ class MemberContributeCtr extends CommonController
Future<LoadingState> customGetData() {
throw UnimplementedError();
}
@override
void onClose() {
tabController?.dispose();
super.onClose();
}
}

View File

@@ -137,4 +137,10 @@ class MemberControllerNew extends CommonController
);
}
}
@override
void onClose() {
tabController.dispose();
super.onClose();
}
}