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
commit 081e4fa63d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -556,7 +556,6 @@ Video.propTypes = {
onAudioFocusChanged: PropTypes.func,
onAudioBecomingNoisy: PropTypes.func,
onPictureInPictureStatusChanged: PropTypes.func,
needsToRestoreUserInterfaceForPictureInPictureStop: PropTypes.func,
onExternalPlaybackChange: PropTypes.func,
adTagUrl: PropTypes.string,
onReceiveAdEvent: PropTypes.func,