Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-10-17 17:35:22 +08:00
parent 57c57b02a5
commit 52498b3e34
6 changed files with 117 additions and 113 deletions

View File

@@ -198,7 +198,7 @@ class _VideoDetailPageVState extends State<VideoDetailPageV>
}
// 播放器状态监听
Future<void> playerListener(PlayerStatus? status) async {
Future<void> playerListener(PlayerStatus status) async {
try {
if (videoDetailController.scrollCtr.hasClients) {
bool isPlaying = status == PlayerStatus.playing;