Skip to content

Commit 1659507

Browse files
authored
Merge pull request #108 from fankw1/sig
fix: 修复onReadyForDisplay 在PLAYING 的时候无法触发回调
2 parents 5731abc + b8a5c4c commit 1659507

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

harmony/rn_video/src/main/ets/controller/VideoController.ets

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ export class VideoController {
195195
this.onReadyForDisplay();
196196
break;
197197
case AvplayerStatus.PLAYING:
198+
this.onReadyForDisplay();
198199
this.status = CommonConstants.STATUS_START;
199200
this.watchStatus();
200201
break;

0 commit comments

Comments
 (0)