opt member video

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-05-19 15:09:25 +08:00
parent d4ad738888
commit 81c6abb879
3 changed files with 12 additions and 29 deletions

View File

@@ -22,7 +22,6 @@ class MemberVideoCtr
required this.seriesId,
this.username,
this.title,
this.heroTag,
});
ContributeType type;
@@ -44,9 +43,6 @@ class MemberVideoCtr
bool? isLoadPrevious;
bool? hasPrev;
String? heroTag;
// late final MemberController _ctr = Get.find<MemberController>(tag: heroTag);
@override
Future<void> onRefresh() async {
if (isLocating.value == true) {
@@ -226,10 +222,6 @@ class MemberVideoCtr
@override
Future<void> onReload() {
isLocating.value = null;
// if (_ctr.key.currentState?.outerController.hasClients == true) {
// _ctr.key.currentState!.outerController
// .jumpTo(_ctr.key.currentState!.outerController.offset);
// }
return super.onReload();
}
}