fix: 分p视频返回后未关闭通知
This commit is contained in:
@ -130,8 +130,8 @@ class VideoPlayerServiceHandler extends BaseAudioHandler with SeekHandler {
|
|||||||
if (_item.isEmpty) {
|
if (_item.isEmpty) {
|
||||||
playbackState
|
playbackState
|
||||||
.add(playbackState.value.copyWith(updatePosition: Duration.zero));
|
.add(playbackState.value.copyWith(updatePosition: Duration.zero));
|
||||||
stop();
|
|
||||||
}
|
}
|
||||||
|
stop();
|
||||||
}
|
}
|
||||||
|
|
||||||
clear() {
|
clear() {
|
||||||
|
|||||||
Reference in New Issue
Block a user