Minor tvOS layout fixes

This commit is contained in:
Arkadiusz Fal
2022-06-26 14:55:23 +02:00
parent ce1d832993
commit e98dae6d48
5 changed files with 27 additions and 20 deletions

View File

@@ -85,12 +85,6 @@ final class PlayerControlsModel: ObservableObject {
}
func resetTimer() {
#if os(tvOS)
if !presentingControls {
show()
}
#endif
removeTimer()
guard let player = player, !player.musicMode else {