Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-02-10 10:10:11 +08:00
parent 9411785d26
commit 05a385d69e
2 changed files with 1 additions and 2 deletions

View File

@@ -504,8 +504,6 @@ class VideoDetailController extends GetxController
Future<void> seekTo(Duration duration, {required bool isSeek}) =>
plPlayerController.seekTo(duration, isSeek: isSeek);
@override
Widget buildItem(Object item, Animation<double> animation) {
final theme = Get.theme;