fix: 分p视频返回后未关闭通知

This commit is contained in:
Riri
2023-10-25 20:55:12 +08:00
parent cfd2038e36
commit 819619563e

View File

@ -130,8 +130,8 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
if (_item.isEmpty) {
playbackState
.add(playbackState.value.copyWith(updatePosition: Duration.zero));
stop();
}
stop();
}
clear() {