mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
More controls improvements
This commit is contained in:
@@ -43,7 +43,7 @@ final class PlayerControlsModel: ObservableObject {
|
||||
func handlePresentationChange() {
|
||||
if presentingControls {
|
||||
DispatchQueue.main.async { [weak self] in
|
||||
self?.player.backend.startControlsUpdates()
|
||||
self?.player?.backend.startControlsUpdates()
|
||||
self?.resetTimer()
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user