mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Minor tvOS layout fixes
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user