王士厅

fix: 语音播报早晚报文章时,进入列表中的视频稿件,然后再退出后,没有对语音播报暂停(安卓是会暂停的)

... ... @@ -119,7 +119,6 @@ export struct DetailVideoListPage {
console.info(TAG, 'this.isShowAudioCom: ' + this.isShowAudioCom);
if (this.isShowAudioCom) {
this.AudioSuspension.showWindow()
this.AudioSuspension.playerController.get()?.play();
this.isShowAudioCom = false
}
}
... ...
... ... @@ -278,7 +278,6 @@ export struct BottomNavigationComponent {
console.info(TAG, 'this.isShowAudioCom: ' + this.isShowAudioCom);
if (this.isShowAudioCom) {
this.AudioSuspension.showWindow()
this.AudioSuspension.playerController.get()?.play();
this.isShowAudioCom = false
}
}
... ...