fix: reverse play

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-12-30 23:23:20 +08:00
parent cbe814fdd6
commit 20a89fbccb
6 changed files with 51 additions and 40 deletions

View File

@@ -1577,7 +1577,7 @@ class _VideoDetailPageState extends State<VideoDetailPage>
);
}
showEpisodes(index, season, episodes, bvid, aid, cid, onReverse) {
showEpisodes(index, season, episodes, bvid, aid, cid) {
Widget listSheetContent() => ListSheetContent(
index: index,
season: season,
@@ -1600,7 +1600,6 @@ class _VideoDetailPageState extends State<VideoDetailPage>
onReverse: () {
Get.back();
onReversePlay();
onReverse();
},
);
if (isFullScreen) {