Merge pull request #3065 from Sunbreak/fix-pip-property

fix: remove dummy needsToRestoreUserInterfaceForPictureInPictureStop
This commit is contained in:
Olivier Bouillet
2023-04-05 22:44:04 +02:00
committed by GitHub

View File

@@ -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,