mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Close fullscreen and restore portrait on closing player
This commit is contained in:
parent
61054862d2
commit
2e7cbda5dc
@ -129,8 +129,15 @@ final class PlayerModel: ObservableObject {
|
||||
}
|
||||
|
||||
func hide() {
|
||||
controls.playingFullscreen = false
|
||||
presentingPlayer = false
|
||||
playerNavigationLinkActive = false
|
||||
|
||||
#if os(iOS)
|
||||
if Defaults[.lockPortraitWhenBrowsing] {
|
||||
Orientation.lockOrientation(.portrait, andRotateTo: .portrait)
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
func togglePlayer() {
|
||||
|
Loading…
Reference in New Issue
Block a user