diff --git a/components/CurrentlyPlayingBar.tsx b/components/CurrentlyPlayingBar.tsx index ab8fad03..00e9ccc1 100644 --- a/components/CurrentlyPlayingBar.tsx +++ b/components/CurrentlyPlayingBar.tsx @@ -400,11 +400,6 @@ export const CurrentlyPlayingBar: React.FC = () => { fontSize: 16, }} source={videoSource} - onRestoreUserInterfaceForPictureInPictureStop={() => { - setTimeout(() => { - presentFullscreenPlayer(); - }, 300); - }} onFullscreenPlayerDidDismiss={() => {}} onFullscreenPlayerDidPresent={() => {}} onPlaybackStateChanged={(e) => {