fix: don't show fullscreen player on return from pip

This commit is contained in:
Fredrik Burmester
2024-09-15 19:16:40 +02:00
parent e3c4a291f0
commit c3237571a8

View File

@@ -400,11 +400,6 @@ export const CurrentlyPlayingBar: React.FC = () => {
fontSize: 16,
}}
source={videoSource}
onRestoreUserInterfaceForPictureInPictureStop={() => {
setTimeout(() => {
presentFullscreenPlayer();
}, 300);
}}
onFullscreenPlayerDidDismiss={() => {}}
onFullscreenPlayerDidPresent={() => {}}
onPlaybackStateChanged={(e) => {