diff --git a/Model/Player/PlayerModel.swift b/Model/Player/PlayerModel.swift index c0dad52b..3d12e17b 100644 --- a/Model/Player/PlayerModel.swift +++ b/Model/Player/PlayerModel.swift @@ -236,16 +236,11 @@ final class PlayerModel: ObservableObject { } DispatchQueue.main.async { [weak self] in - self?.exitFullScreen(showControls: false) + Delay.by(0.3) { + self?.exitFullScreen(showControls: false) + } } - #if os(iOS) - if Defaults[.lockPortraitWhenBrowsing] { - Orientation.lockOrientation(.portrait, andRotateTo: .portrait) - } else { - Orientation.lockOrientation(.allButUpsideDown) - } - #endif #if os(macOS) Windows.player.hide() #endif