From 822f8c077476383fbadd2a47c3c4d27d9f8ee082 Mon Sep 17 00:00:00 2001 From: Sunbreak Date: Wed, 15 Mar 2023 09:54:48 +0800 Subject: [PATCH] fix: remove dummy needsToRestoreUserInterfaceForPictureInPictureStop --- Video.js | 1 - 1 file changed, 1 deletion(-) diff --git a/Video.js b/Video.js index ac6bc085..2aad451a 100644 --- a/Video.js +++ b/Video.js @@ -557,7 +557,6 @@ Video.propTypes = { onAudioFocusChanged: PropTypes.func, onAudioBecomingNoisy: PropTypes.func, onPictureInPictureStatusChanged: PropTypes.func, - needsToRestoreUserInterfaceForPictureInPictureStop: PropTypes.func, onExternalPlaybackChange: PropTypes.func, adTagUrl: PropTypes.string, onReceiveAdEvent: PropTypes.func,