Merge pull request #3065 from Sunbreak/fix-pip-property
fix: remove dummy needsToRestoreUserInterfaceForPictureInPictureStop
This commit is contained in:
commit
081e4fa63d
1
Video.js
1
Video.js
@ -556,7 +556,6 @@ Video.propTypes = {
|
|||||||
onAudioFocusChanged: PropTypes.func,
|
onAudioFocusChanged: PropTypes.func,
|
||||||
onAudioBecomingNoisy: PropTypes.func,
|
onAudioBecomingNoisy: PropTypes.func,
|
||||||
onPictureInPictureStatusChanged: PropTypes.func,
|
onPictureInPictureStatusChanged: PropTypes.func,
|
||||||
needsToRestoreUserInterfaceForPictureInPictureStop: PropTypes.func,
|
|
||||||
onExternalPlaybackChange: PropTypes.func,
|
onExternalPlaybackChange: PropTypes.func,
|
||||||
adTagUrl: PropTypes.string,
|
adTagUrl: PropTypes.string,
|
||||||
onReceiveAdEvent: PropTypes.func,
|
onReceiveAdEvent: PropTypes.func,
|
||||||
|
Loading…
Reference in New Issue
Block a user