mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 18:54:11 +00:00
Minor improvements
This commit is contained in:
@@ -94,9 +94,11 @@ final class PlayerControlsModel: ObservableObject {
|
||||
}
|
||||
|
||||
func resetTimer() {
|
||||
if !presentingControls {
|
||||
show()
|
||||
}
|
||||
#if os(tvOS)
|
||||
if !presentingControls {
|
||||
show()
|
||||
}
|
||||
#endif
|
||||
|
||||
removeTimer()
|
||||
timer = Timer.scheduledTimer(withTimeInterval: 5.0, repeats: false) { _ in
|
||||
|
Reference in New Issue
Block a user