feat: 番剧支持媒体通知
This commit is contained in:
@ -52,14 +52,12 @@ class _VideoIntroPanelState extends State<VideoIntroPanel>
|
||||
_futureBuilderFuture = videoIntroController.queryVideoIntro();
|
||||
videoIntroController.videoDetail.listen((value) {
|
||||
videoDetail = value;
|
||||
videoPlayerServiceHandler.onVideoIntroChange(value);
|
||||
});
|
||||
}
|
||||
|
||||
@override
|
||||
void dispose() {
|
||||
videoIntroController.onClose();
|
||||
videoPlayerServiceHandler.onVideoIntroDispose();
|
||||
super.dispose();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user