diff --git a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayer.ets b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayer.ets index 89e50d7e51dae1686c29110f23e9747ced34bdcb..d5906daef0550ff4c4ddfffd62a59962eeb9a757 100644 --- a/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayer.ets +++ b/packages/video_player/video_player_ohos/ohos/src/main/ets/components/videoplayer/VideoPlayer.ets @@ -135,7 +135,6 @@ export class VideoPlayer { this.duration = this.avPlayer.duration; break; case AvplayerStatus.PLAYING: - this.setBright(); this.status = CommonConstants.STATUS_START; this.watchStatus(); break;