opt post preview

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-07 17:45:15 +08:00
parent 930afa4c60
commit f77f853fd1

View File

@@ -326,7 +326,7 @@ class _PostPanelState extends CommonCollapseSlidePageState<PostPanel> {
0, 0,
(list![index].segment.first * 1000) (list![index].segment.first * 1000)
.toInt() - .toInt() -
1, 2,
); );
await widget await widget
.plPlayerController.videoPlayerController! .plPlayerController.videoPlayerController!
@@ -341,7 +341,7 @@ class _PostPanelState extends CommonCollapseSlidePageState<PostPanel> {
} }
if (start != 0) { if (start != 0) {
await Future.delayed( await Future.delayed(
const Duration(seconds: 1)); const Duration(seconds: 2));
} }
widget widget
.plPlayerController.videoPlayerController! .plPlayerController.videoPlayerController!